parse-next-json-value
JSON extractor
A parser for extracting valid JSON values from strings with extraneous characters
Parse next JSON value from string allowing extraneous characters after value
1 stars
2 watching
1 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
xavier/json_pointer | Provides a way to access and manipulate specific values within JSON documents using a string syntax. | 11 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
arkanovicz/essential-json | A lightweight Java JSON library providing minimalistic parsing and rendering capabilities | 5 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |
juliangruber/binary-extract | Extracts values from a binary buffer representing JSON data without parsing the entire structure. | 154 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 845 |
jas502n/fastjson-rce | This project demonstrates a remote code execution vulnerability in a popular JSON parsing library using a crafted input to exploit the RMI protocol. | 66 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
limiu82214/gojmapr | A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. | 22 |
bernikovich/nsteasyjson | Simplifies JSON handling in Objective-C by providing a safe and concise way to access JSON data | 12 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |