weakjson 0.0.3

Library for parsing bad JSON
docs.rs failed to build weakjson-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: weakjson-0.0.7

weakjson

Build Status

The library is still under development. Please don't use it.

Comments:
  • Inline (single-line) comments are allowed.
  • Block (multi-line) comments are allowed.
Trailing commas:
  • Objects can have trailing commas.
  • Arrays can have trailing commas.
Object keys:
  • Object keys can be unquoted if they're valid identifiers.
  • Objects can have numeric keys.
Strings:
  • Strings can be single-quoted.
  • Ignore invalid escaping.
  • Strings can contain unescaped control characters
  • Strings can be split across multiple lines.
Numbers:
  • Numbers can include Infinity, -Infinity, NaN, and -NaN.
  • Numbers can begin with an explicit plus sign.
  • Numbers can begin with leading zero digits.
  • Numbers can begin or end with a (leading or trailing) decimal point.
  • Numbers can be hexadecimal (base 16).