jsonc-parser 0.28.0

JSONC parser.
Documentation
1
2
3
4
5
6
7
8
9
10
# jsonc-parser

[![](https://img.shields.io/crates/v/jsonc-parser.svg)](https://crates.io/crates/jsonc-parser)
[![](https://docs.rs/jsonc-parser/badge.svg)](https://docs.rs/jsonc-parser)

A JSON parser and manipulator for Rust that supports comments and other JSON extensions.

## Documentation

For usage examples and API documentation, see the [rustdoc documentation](https://docs.rs/jsonc-parser).