Docs.rs
  • jsonc-parser-0.21.1
    • jsonc-parser 0.21.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dsherret
    • Dependencies
      • serde_json ^1.0 normal
      • pretty_assertions ^1.0.0 dev
    • Versions
    • 40.17% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate jsonc_parser

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • CollectOptions
  • JsonArray
  • JsonObject
  • ParseOptions
  • ParseResult
  • Scanner
  • ast::Array
  • ast::BooleanLit
  • ast::CommentBlock
  • ast::CommentLine
  • ast::NullKeyword
  • ast::NumberLit
  • ast::Object
  • ast::ObjectProp
  • ast::StringLit
  • ast::WordLit
  • common::Range
  • errors::ParseError
  • tokens::TokenAndRange

Enums

  • JsonValue
  • ast::Comment
  • ast::CommentKind
  • ast::Node
  • ast::NodeKind
  • ast::ObjectPropName
  • ast::Value
  • tokens::Token

Traits

  • common::Ranged

Functions

  • parse_to_ast
  • parse_to_value

Type Definitions

  • CommentMap