Creates an integer JSON value.
Example:
var v = JsonValue.ofInt (42); assert (v.asInt () == 42);
integer content.
JSON number value.