vibeJsonToNode

Convert a vibe.data.json.Json document into the internal representation. BigInt values keep 64-bit fidelity (signed or unsigned) and fall back to floating point only beyond the 64-bit range.

@safe
vibeJsonToNode
(
in Json v
)