Skip to content

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.

  1. Trust the validity of JSON documents
  2. It is just enough to say invalid, reasoning is optional
  3. Represent JSON in native format.
  4. No external dependencies

Note: This is not general purpose parser. This is specifically written for REST Client use case.

  1. Service to Service Communications in micro services
  2. Client SDK such as Elastic REST Client.

Clone this wiki locally