Method Json.this
Constructor for a JSON object.
Prototypes
Json this( typeof function(null) ) ref; Json this( bool v ) ref; Json this( int v ) ref; Json this( long v ) ref; Json this( double v ) ref; Json this( string v ) ref; Json this( Json[] v ) ref; Json this( Json[string] v ) ref;
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.