mirror of https://github.com/DaveGamble/cJSON.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
393 B
15 lines
393 B
{
|
|
"name": "json-patch-test-suite",
|
|
"version": "1.1.0",
|
|
"description": "JSON Patch RFC 6902 test suite",
|
|
"repository": "github:json-patch/json-patch-tests",
|
|
"homepage": "https://github.com/json-patch/json-patch-tests",
|
|
"bugs": "https://github.com/json-patch/json-patch-tests/issues",
|
|
"keywords": [
|
|
"JSON",
|
|
"Patch",
|
|
"test",
|
|
"suite"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|
|
|