parseJson

Parse JSON text into a JsonNode. Object member order is preserved (duplicate keys: the last value wins, matching std.json and vibe.data.json). Integer literals that fit a long parse as integer, those that fit only a ulong as uinteger, anything larger (or with fraction/exponent) as floating.

@safe pure
parseJson
(
string text
)