Function JSONValue.this

Constructs a JSONValue from the given raw value.

this(T) (
  T value,
  Location loc = Location.init
);