- python-rapidjson VS Fast JSON schema for Python
- python-rapidjson VS ultrajson
- python-rapidjson VS jsons
- python-rapidjson VS RDFLib plugin providing JSON-LD parsing and serialization
- python-rapidjson VS pysimdjson
- python-rapidjson VS mashumaro
- python-rapidjson VS serpy
- python-rapidjson VS marshmallow
- python-rapidjson VS PyLD
- python-rapidjson VS cattrs
Python-rapidjson Alternatives
Similar projects and alternatives to python-rapidjson
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
webrpc
webrpc is a schema-driven approach to writing backend services for modern Web apps and networks
-
-
RDFLib plugin providing JSON-LD parsing and serialization
Discontinued JSON-LD parser and serializer plugins for RDFLib
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
python-rapidjson discussion
python-rapidjson reviews and mentions
-
How to Design Better APIs
> * Human readable
Computers are the main consumers of APIs, and ISO 8601 is far from machine-readable.
For example, in Elixir, DateTime.from_iso8601/1 won't recognize "2022-03-12T07:36:08" even though it's valid. I had to rewrite a chunk of Python's radidjson wrapper to 1-9 digit fractional seconds (1).
I'm willing to bet 99% of ISO8601 will fail to handle all aspects of the spec. So when you say "ISO8601" what you're really saying is "our [probably undocumented, and possibly different depending on what system you're hitting] version of the ISO-86001 spec."
(1) https://github.com/python-rapidjson/python-rapidjson/pull/13...
Stats
python-rapidjson/python-rapidjson is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of python-rapidjson is C++.