Method Json.this

Constructor for a JSON object.

Prototypes

Json this(
  typeof(null) _param_0
);

Json this(
  bool v
);

Json this(
  int v
);

Json this(
  long v
);

Json this(
  double v
);

Json this(
  string v
);

Json this(
  Json[] v
);

Json this(
  Json[string] v
);

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.