Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 517 Bytes

File metadata and controls

8 lines (6 loc) · 517 Bytes

JSON Processing

Libraries for processing data in JSON format.

  • fastjson - Very fast processor with no additional dependencies and full data binding.
  • Jolt - JSON to JSON transformation tool.
  • JsonPath - Extract data from JSON using XPATH like syntax.
  • JsonSurfer - Streaming JsonPath processor dedicated to processing big and complicated JSON data.