-
Notifications
You must be signed in to change notification settings - Fork 16
Introduction
Haripriya Ravichandran edited this page Feb 1, 2023
·
1 revision
SJson is a JSON parser for server side workloads. It tries to get optimized memory and performance with below goals.
- Trust the validity of JSON documents
- It is just enough to say invalid, reasoning is optional
- Represent JSON in native format.
- No external dependencies
Note: This is not general purpose parser. This is specifically written for REST Client use case.
- Service to Service Communications in micro services
- Client SDK such as Elastic REST Client.