jasper 0.1.1

A simple RFC 8259-compliant JSON encoder and decoder
Documentation
  • Coverage
  • 97.06%
    33 out of 34 items documented0 out of 17 items with examples
  • Size
  • Source code size: 33.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • hoosiernational/Jasper
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hoosiernational

Jasper

Simple lightweight JSON encoder/decoder which allows fast RFC 8259-compliant JSON reading, writing, and validation without the large dependencies and unnecessary ilk of the serde_json crate.

All interaction is done through the public methods of two well-documented enums and one struct.