Docs.rs
  • json-repair-0.1.0
    • json-repair 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • error-tree ^0.6.0 normal
      • export-magic ^0.3.6 normal
      • json5 ^0.4.1 normal
      • regex ^1.11.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • traced-test ^1.0.2 normal
      • tracing ^0.1.40 normal
      • tracing-setup ^1.0.2 normal
      • tracing-subscriber ^0.3 normal
    • Versions
    • 0% 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

json_repair0.1.0

  • All Items

Crate Items

  • Enums
  • Functions

Crate json_repair

Source

Enums§

  • JsonRepairError

Functions§

  • assert_expected_matches_output_result
  • attempt_repair_json_string
  • is_valid_json_value_start
  • remove_control_characters_in_value
  • repair_json_accidental_single_quote_instead_of_double_quote
  • repair_json_add_missing_quotes
  • repair_json_close_unexpected_eof
  • repair_json_close_unexpected_eof_in_array_item
  • repair_json_close_unexpected_eof_in_array_tag
  • repair_json_comma_behavior
  • repair_json_control_characters
  • repair_json_fix_mismatched_quotes
  • repair_json_handle_eof_between_lists
  • repair_json_mismatched_brackets
  • repair_json_missing_commas_in_list
  • repair_json_remove_duplicate_quotes
  • repair_json_string
  • repair_json_truncated_boolean_behavior
  • sanitize_json_str
  • skip_whitespace