[][src]Crate json_comments

Structs

StripComments

A Read that strips out comments from JSON-like text. See strip_comments.

Enums

Error

Errors specific to removing comments.

Functions

strip_comments

Transform a input so that it changes all comments to spaces so that a downstream json parser (such as json-serde) doesn't choke on them.