User bio
404 bio not found
Member since Jul 25, 2017
Posts:
Replies:

The problem is NOT the QUIT in an IF statement, the problem is, using a QUIT WITH ARGUMENT in a TRY/CATCH statement.

First, there is no NaN in JSON.

set dynObj = {"val":($double("NAN"))}

write dynObj.val + 123 ---> "NAN

zwrite dynObj

dynObj={"val":($double("NAN"))}  ; <DYNAMIC OBJECT>

/* Question @devcommunity manager: how to exit the "insert code block" function? */

Second, red this for more understanding

If you take the JSON-part

{ "p1":"abcd", "p2":true, "p3":(value), "p4":(sum+2) }

and insert it into JSONlint then you get a nice red error message


Invalid JSON

Unexpected token '(', ..."rue, "p3":(value), ""... is not valid JSON(Line 1)


 
Certifications & Credly badges:
Julius has no Certifications & Credly badges yet.
Followers:
Following:
Julius has not followed anybody yet.