[][src]Crate sj

Some JSON implementation

Project

Features

Notes

The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from std crate, you have to use that feature.

Modules

version_info

0.1.1 (December 4th, 2019)

Structs

Error

Error

Number

Number

Enums

Value

A value

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging...

VERSION

Crate version

Functions

parse

Parses a stream

Type Definitions

Result

Result type used in this crate