Docs.rs
  • jsonc-parser-0.26.2
    • jsonc-parser 0.26.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dsherret
    • Dependencies
      • indexmap ^2.2.6 normal optional
      • serde_json ^1.0 normal optional
      • unicode-width ^0.2.0 normal optional
      • pretty_assertions ^1.0.0 dev
    • Versions
    • 72.27% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

jsonc_parser0.26.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

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
  • cst::CstArray
  • cst::CstBooleanLit
  • cst::CstComment
  • cst::CstNewline
  • cst::CstNullKeyword
  • cst::CstNumberLit
  • cst::CstObject
  • cst::CstObjectProp
  • cst::CstRootNode
  • cst::CstStringLit
  • cst::CstToken
  • cst::CstWhitespace
  • cst::CstWordLit
  • errors::ParseError
  • tokens::TokenAndRange

Enums

  • CommentCollectionStrategy
  • JsonValue
  • ParseStringErrorKind
  • ast::Comment
  • ast::CommentKind
  • ast::Node
  • ast::NodeKind
  • ast::ObjectPropName
  • ast::Value
  • cst::CstContainerNode
  • cst::CstInputValue
  • cst::CstLeafNode
  • cst::CstNewlineKind
  • cst::CstNode
  • cst::ObjectPropName
  • cst::TrailingCommaMode
  • errors::ParseErrorKind
  • tokens::Token

Traits

  • common::Ranged

Macros

  • cst::json
  • json

Functions

  • parse_to_ast
  • parse_to_serde_value
  • parse_to_value

Type Aliases

  • CommentMap
  • Map