Skip to main content

Module json

Module json 

Source
Expand description

JSON utility functions.

This module provides convenience functions for working with JSON.

Functionsยง

from_bytes
Parse a JSON value from bytes.
parse
Parse a JSON string into a typed value.
stringify
Serialize a value to a JSON string.
to_bytes
Serialize a value to JSON bytes.