Difference between revisions of "ObjectType:jsonvalue"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "== Overview == {{ObjectType-Vitals|jsonvaluecontainer|LavishScript|none|same as AsString|jsonvaluecontainer|no|void *}} A '''jsonvalue''...")
(No difference)

Revision as of 14:07, 27 March 2018

Overview

Object Type Vitals
jsonvaluecontainer
Defined By LavishScript
Inherits none
Reduces To same as AsString
Variable Object Type jsonvaluecontainer
Uses Sub-Types no
C/C++ Type void *

A jsonvalue is an immutable json value

Members

  • string AsString: The contained value as a string
  • string AsJSON: The contained value as single-line JSON text
  • string AsJSON[multiline]: The contained value as multiline JSON text
  • ... Value: The contained value
  • string Type: The type of JSON object stored; one of: null, object, string, number, array, true, false, integer. Note that while the JSON standard does not differentiate between floating-point numbers and integers, LavishScript does

Methods

none.

See Also