Confirmed users
496
edits
([master 15eb6db] The API and protocol are implemented and deployed.) |
([master 1fd34ea] Merge Benvie's non-JSONable value grip (Infinity, -0, etc) docs.) |
||
Line 125: | Line 125: | ||
This represents the JavaScript <tt>undefined</tt> value. (<tt>undefined</tt> has no direct representation in JSON.) | This represents the JavaScript <tt>undefined</tt> value. (<tt>undefined</tt> has no direct representation in JSON.) | ||
{ "type":"Infinity" } | |||
This represents the JavaScript <tt>Infinity</tt> value. (<tt>Infinity</tt> has no direct representation in JSON.) | |||
{ "type":"-Infinity" } | |||
This represents the JavaScript <tt>-Infinity</tt> value. (<tt>-Infinity</tt> has no direct representation in JSON.) | |||
{ "type":"NaN" } | |||
This represents the JavaScript <tt>NaN</tt> value. (<tt>NaN</tt> has no direct representation in JSON.) | |||
{ "type":"-0" } | |||
This represents the JavaScript <tt>-0</tt> value. (<tt>-0</tt> stringifies to JSON as 0.) | |||
{ "type":"object", "class":<i>className</i>, "actor":<i>actor</i> } | { "type":"object", "class":<i>className</i>, "actor":<i>actor</i> } |