jzon VS jsonstreamingparser

Compare jzon vs jsonstreamingparser and see what are their differences.

jzon

A correct and safe(er) JSON RFC 8259 reader/writer with sane defaults. (by Zulu-Inuoe)

jsonstreamingparser

A JSON streaming parser implementation in PHP. (by salsify)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
jzon jsonstreamingparser
8 3
137 734
- 1.0%
7.2 1.8
about 1 month ago 10 months ago
Common Lisp PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jzon

Posts with mentions or reviews of jzon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-17.

jsonstreamingparser

Posts with mentions or reviews of jsonstreamingparser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-10.
  • OPML Is Underrated
    2 projects | news.ycombinator.com | 10 Feb 2024
    Yes and no. You are correct about it being a document protocol, but it has long been set up as a big document protocol.

    Most XML libraries are structured to receive XML in packets, in asynchronous bursts. I don't know of many JSON handlers that can do the same. They do exist (I use one, in the backend of one of my projects[0]), but they aren't as common. XML has packet/async built into OS SDKs, but JSON tends to be "The Whole Nine Yards" handling.

    With Big Data/ML, I'm surprised that this is still a thing.

    [0] https://github.com/salsify/jsonstreamingparser

  • SBCL Help wanted: capturing big stdout (100M) and json parsing
    3 projects | /r/lisp | 7 Apr 2023
    In other languages, you generally wouldn't want to load super large JSON files all at once into memory as it uses a crapton of heap space, often creates far too many unnecessary objects, etc. Often you'd do a streaming parser of some kind, essentially discarding parts of the doc after you've processed them. For example (sorry for the dirty PHP link here, but it illustrates the concept): https://github.com/salsify/jsonstreamingparser/
  • PHP RFC: Working With Substrings
    1 project | /r/PHP | 21 Feb 2023
    There are few cases where such functions would be useful and could bring real impact. For example if you have to write custom JSON parser (and sometimes you have to - when working with large objects you simply could not have memory to store everything) you process strings often and byte by byte - then such improvements really could matter. And processing large json files is not uncommon task: https://github.com/salsify/jsonstreamingparser

What are some alternatives?

When comparing jzon and jsonstreamingparser you can also consider the following projects:

clog - CLOG - The Common Lisp Omnificent GUI

json-streams - Common Lisp library for reading and writing JSON.

jingo - This package provides the ability to encode golang structs to a buffer as JSON very quickly.

kandria - A post-apocalyptic actionRPG. Now on Steam!

lem - Common Lisp editor/IDE with high expansibility

jsondiff - Compute the diff between two JSON documents as a series of RFC6902 (JSON Patch) operations

clingon - Command-line options parser system for Common Lisp

jonathan - JSON encoder and decoder.

emerald - Simple JSON serializer/deserializer for Dart (only JIT, not Flutter).

cl-json-pointer - JSON Pointer processor for Common Lisp

access - A common lisp library to unify access to common dictionary-like data-structures