Skip to main content

Module json

Module json 

Source
Expand description

Minimal JSON parser and serializer with zero dependencies. Implements a subset of JSON sufficient for MCP message handling.

Structs§

JsonParser
Parser for JSON strings into JsonValue.

Enums§

JsonValue
Simplified JSON value representation.

Functions§

parse_json
Parses the provided JSON string into a JsonValue.