json5-spec

The JSON5 Data Interchange Format (by json5)

Json5-spec Alternatives

Similar projects and alternatives to json5-spec

  1. Visual Studio Code

    Visual Studio Code

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. go

    2,233 json5-spec VS go

    The Go programming language

  4. vite

    890 json5-spec VS vite

    Next generation frontend tooling. It's fast!

  5. nix

    402 json5-spec VS nix

    Nix, the purely functional package manager

  6. parcel

    184 json5-spec VS parcel

    The zero configuration build tool for the web. 📦🚀

  7. proposal-pipeline-operator

    A proposal for adding a useful pipe operator to JavaScript.

  8. sharp

    106 json5-spec VS sharp

    High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. json5

    102 json5-spec VS json5

    JSON5 — JSON for Humans

  11. simdjson

    Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

  12. tools

    46 json5-spec VS tools

    Discontinued Unified developer tools for JavaScript, TypeScript, and the web

  13. benchmarks

    41 json5-spec VS benchmarks

    Some benchmarks of different languages

  14. awesome-vite

    33 json5-spec VS awesome-vite

    ⚡️ A curated list of awesome things related to Vite.js

  15. strictyaml

    Type-safe YAML parser and validator.

  16. tsoa

    18 json5-spec VS tsoa

    Build OpenAPI-compliant REST APIs using TypeScript and Node

  17. rusqlite

    Ergonomic bindings to SQLite for Rust

  18. JSMN

    Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket

  19. ojg

    Optimized JSON for Go

  20. aqua

    Declarative CLI Version manager written in Go. Support Lazy Install, Registry, and continuous update with Renovate. CLI version is switched seamlessly

  21. yamlpath

    YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax.

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better json5-spec alternative or higher similarity.

json5-spec discussion

Log in or Post with

json5-spec reviews and mentions

Posts with mentions or reviews of json5-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-05.
  • Building a high performance JSON parser
    19 projects | news.ycombinator.com | 5 Nov 2023
  • TySON: a native go library that lets you use TypeScript as an embedded configuration language without depending on Node or V8
    5 projects | /r/golang | 6 Jul 2023
    One of the larger issues I've run into is duplicates. Douglas Crockford, JSON's inventor, tried to fix the duplicate issue but it was decided it was too late. Although Douglas Crockford couldn't change the spec forcing all implementations to error on duplicate, his Java JSON implementation errors on duplicates. Others use last-value-wins, support duplicate keys, or other non-standard behavior. The JSON RFC states that implementations should not allow duplicate keys, notes the varying behavior of existing implementations, and states that when names are not unique, "the behavior of software that receives such an object is unpredictable." Duplicate fields are a security issue, a source of bugs, and a surprising behavior to users. See the article, "An Exploration of JSON Interoperability Vulnerabilities" Disallowing duplicates conforms to the small I-JSON RFC, which is a stricter JSON. The author of I-JSON, Tim Bray, is also the author of JSON RFC 8259. See also the JSON5 duplicate issue.
  • JavaScript Gom Jabbar
    12 projects | news.ycombinator.com | 2 Jul 2023
  • SQLite Release 3.42.0
    3 projects | news.ycombinator.com | 16 May 2023
    Virtually any sequence is not the same as adopting a specification five years after it’s been published and adopted by industry: https://spec.json5.org/

    I appreciate that SQLite can’t write the format, because those changes are human afordances

  • The yaml document from hell
    8 projects | /r/programming | 12 Jan 2023
    That's why you pick a superset of JSON that already has some adoption, like JSON5: https://spec.json5.org/
  • Don't Pickle Your Data
    3 projects | news.ycombinator.com | 11 Aug 2022
    The "dual" standard RFC 8259 [1] (both are normative standards under their respective bodies, ECMA and IETF) is also a useful comparison here. It's wording is a bit stronger than ECMA's, though not by much. ("Good interoperability" is its specific call out.)

    It's also interesting that the proposed JSON 5 (standalone) specification [2] doesn't seem to address it at all (but does add back in the other IEEE 754 numbers that ECMA 404 and RFC 8259 exclude from JSON; +/-Infinity and +/-NaN). It both maintains that its numbers are "arbitrary precision" but also requires these few IEEE 754 features, which may be even more confusing than either ECMA 404 or RFC 8259.

    [1] https://datatracker.ietf.org/doc/html/rfc8259#section-6

    [2] https://spec.json5.org/#numbers

  • JSON Creator Douglas Crockford Interview
    1 project | news.ycombinator.com | 27 Jul 2022
    For anyone coming back to this, I just wrote a small proposal to define JSON5 duplicate object name behavior. I'd love any support on the issue:

    https://github.com/json5/json5-spec/issues/38

  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic json5-spec repo stats
7
51
2.2
almost 2 years ago

json5/json5-spec is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of json5-spec is HTML.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that HTML is
the 9th most popular programming language
based on number of references?