Skip to main content

Module jsonc

Module jsonc 

Source
Expand description

Helpers for preprocessing JSONC before handing it to serde_json.

These helpers strip // and /* ... */ comments while preserving comment-like text inside strings and honoring escape sequences, then remove trailing commas that appear immediately before ] or }.