Crate sonic_rs

source ·

Re-exports

Modules

Macros

Structs

  • This type represents all possible errors that can occur when serializing or deserializing JSON data.

Enums

  • JsonPointer reprsents a json path. You can use jsonpointer!["a", "b", 1] represent a json path. It means that we will get the json field from .a.b.1. Note: the key in jsonpointer should be unescaped.

Traits

  • PointerTrait is a trait for the node in json pointer path.

Functions

Type Aliases