SaaSHub helps you find the best software and product alternatives Learn more →
JSON Machine Alternatives
Similar projects and alternatives to JSON Machine
-
-
Cloudways
Cloudways' Black Friday Offer - 1st Choice of Developers. Cloudways: Devs' 1st choice for managed hosting! Pick from top-tier Cloud providers like DigitalOcean, AWS, and GCE. Limited-time deal: 40% OFF for 4 Months + 40 Free Migrations.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
lazy-json
🐼 Framework-agnostic package to load JSON of any dimension and from any source into Laravel lazy collections recursively.
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better JSON Machine alternative or higher similarity.
JSON Machine discussion
JSON Machine reviews and mentions
Posts with mentions or reviews of JSON Machine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-25.
-
Handling big API request (2.5gb) without timeout
To handle this problem i've used "https://github.com/halaxa/json-machine" to decrease the memory usage and "https://github.com/spatie/async" to decrease the take taken for the "update process" to complete
-
Lazy JSON
Under the hood, it uses JSON Machine as a lexer and parser.
Seems like the issue is still open ! https://github.com/halaxa/json-machine/issues/36
-
Is any one actually using PHP generators in their projects?
Yes. We used it heavily when processing large amounts of data from huge API responses. I like how the whole processing chain can be built on top of it, for example using nikic/iter. Generators are also the heart of a low-memory JSON parsing library halaxa/json-machine, which I maintain, and many other similar projects.
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Dec 2024
Stats
Basic JSON Machine repo stats
4
1,104
5.9
5 days ago
halaxa/json-machine is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of JSON Machine is PHP.