Docs.rs
json-syntax-0.11.4
json-syntax 0.11.4
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.1
normal
optional
decoded-char ^0.1
normal
hashbrown ^0.12.1
normal
indexmap ^1.9.1
normal
json-number ^0.4.8
normal
locspan ^0.8.2
normal
locspan-derive ^0.6
normal
ryu-js ^0.2.2
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
smallstr ^0.3
normal
smallvec ^1.9
normal
serde ^1.0
dev
Versions
39.5%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module parse
json_syntax
0.11.4
Module parse
Structs
Enums
Traits
Functions
In crate json_syntax
Modules
code_map
number
object
parse
print
Macros
json
Structs
InvalidNumber
Number
Traverse
Unordered
Enums
FragmentRef
Kind
SubFragments
Value
Constants
NUMBER_CAPACITY
SMALL_STRING_CAPACITY
Traits
BorrowUnordered
UnorderedEq
UnorderedHash
UnorderedPartialEq
Functions
get_array_fragment
Type Aliases
Array
NumberBuf
String
?
Module
json_syntax
::
parse
source
·
[
−
]
Structs
§
Options
Parser options.
Parser
JSON parser.
Enums
§
Context
Parsing context.
Error
Parse error.
Traits
§
Parse
Functions
§
is_whitespace
Checks if the given char
c
is a JSON whitespace.