Acme-CPANModules-JSONVariants

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    4) jsonc.
    <https://code.visualstudio.com/docs/languages/json#_json-with-comments>.
    Another "JSON with Comments", supported by Microsoft Visual Code.

    Perl modules: (none so far).

    5) CSON. <https://github.com/bevry/cson>. CofeeScript Object Notation.
    JSON-like data serialization format inspired by CoffeeScript syntax. It
    allows for a more concise representation of data by leveraging
    CoffeeScript's features such as significant whitespace and optional
    commas.

    Perl modules: (none so far).

    6) RJSON. <https://relaxedjson.org/>. Relaxed JSON. Trailing commas,
    Optional commas, comments (C-style and C++-style), single-quoted &
    backtick-quoted strings as well as bare/unquoted, hash key without value
    (value will default to "undef"). It touts itself as "going beyond other
    JSON variants, including JSON5."

lib/Acme/CPANModules/JSONVariants.pm  view on Meta::CPAN



4) **jsonc**. <https://code.visualstudio.com/docs/languages/json#_json-with-comments>.
Another "JSON with Comments", supported by Microsoft Visual Code.

Perl modules: (none so far).


5) **CSON**. <https://github.com/bevry/cson>. CofeeScript Object Notation.
JSON-like data serialization format inspired by CoffeeScript syntax. It allows
for a more concise representation of data by leveraging CoffeeScript's features
such as significant whitespace and optional commas.

Perl modules: (none so far).


6) **RJSON**. <https://relaxedjson.org/>. Relaxed JSON. Trailing commas,
Optional commas, comments (C-style and C++-style), single-quoted &
backtick-quoted strings as well as bare/unquoted, hash key without value (value
will default to `undef`). It touts itself as "going beyond other JSON variants,
including JSON5."

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.807 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )