mirror of
https://github.com/kgabis/parson.git
synced 2024-11-24 06:05:29 +00:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"name": "parson",
|
|
"version": "0.0.0",
|
|
"repo": "kgabis/parson",
|
|
"description": "Small json parser and reader",
|
|
"keywords": [ "json", "parser" ],
|
|
"license": "MIT",
|
|
"src": [
|
|
"parson.c",
|
|
"parson.h"
|
|
]
|
|
}
|