jsonut library

A minimal utility kit for working with JSON in a type-safe manner.

Extension Types

JsonAny
A zero-cost wrapper around any JSON value including null.
JsonArray
A zero-cost wrapper around a JSON array.
JsonBool
A zero-cost wrapper around a JSON boolean.
JsonNumber
A zero-cost wrapper around a JSON number.
JsonObject
A zero-cost wrapper around a JSON object.
JsonString
A zero-cost wrapper around a JSON string.
JsonValue
A zero-cost wrapper around any JSON value including null.