UNSTRINGNIFY

NAME

unstringnify - Take a string and return an expression.

SYNOPSIS

unstringnify(error: bool, string)

DESCRIPTION

unstringnify is used to take an string and return an expression It can be used as a JSON un-stringnifier.

The optional parameter error is used to track error in the string. If error is false,

no error will be reported.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

res={_{a=unstringnify('{  "a"   :   1, "b"   : "3"   }   ');
a; type(a);}}. return
res=\{"a":1,"b":"3"}context.

SEE ALSO

String

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com