- python-rapidjson VS ultrajson
- python-rapidjson VS Fast JSON schema for Python
- python-rapidjson VS jsons
- python-rapidjson VS marshmallow
- python-rapidjson VS serpy
- python-rapidjson VS RDFLib plugin providing JSON-LD parsing and serialization
- python-rapidjson VS cattrs
- python-rapidjson VS pysimdjson
- python-rapidjson VS hjson-py
- python-rapidjson VS PyLD
Python-rapidjson Alternatives
Similar projects and alternatives to python-rapidjson
-
ultrajson
Ultra fast JSON decoder and encoder written in C with Python bindings
-
Fast JSON schema for Python
Fast JSON schema validator for Python.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
-
-
RDFLib plugin providing JSON-LD parsing and serialization
JSON-LD parser and serializer plugins for RDFLib
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
awesome-api-devtools
:books: A collection of useful resources for building RESTful HTTP+JSON APIs.
-
webrpc
webrpc is a schema-driven approach to writing backend services for modern Web apps and networks
-
jsonrpc-ts
Strongly 💪 Typed Fast and lightweight JSON RPC 2.0 Client for Nodejs
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
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 GNU General Public License v3.0 or later which is an OSI approved license.