Skip to content

Commit 8fd3b21

Browse files
committed
Update readme
1 parent f5dd6d0 commit 8fd3b21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
![GitHub Stars](https://img.shields.io/github/stars/diffstorm/json_parser?style=social)
88
![Platforms](https://img.shields.io/badge/Platform-Linux%20%7C%20Windows%20%7C%20macOS-lightgrey)
99

10-
A lightweight, single-header C library for parsing JSON data. Designed for simplicity and portability, this parser provides a low-footprint solution to decode JSON-formatted strings into structured tokens while adhering to core JSON specifications.
10+
A lightweight, single-header C library for parsing JSON data. Designed for simplicity and portability, it provides a low-footprint solution to decode JSON strings into structured tokens, fully compliant with core JSON specifications.
11+
12+
This zero-dependency parser is ideal for embedded or performance-critical environments. It offers safe, efficient token-based parsing with configurable limits, and can be easily integrated into any project with a clean single-header implementation.
1113

1214
## Features
1315

@@ -48,6 +50,7 @@ The library is implemented as a single-header file (`json_parser.h`) with option
4850
./demo
4951
./demo_cpp
5052
./json_parser_test
53+
./validation_test
5154
```
5255

5356
## Usage

0 commit comments

Comments
 (0)