Check for JSON key non-duplication and order

This commit is contained in:
Yuki Izumi 2016-11-07 19:02:22 +11:00
parent c62ce53efa
commit d47aca18c4
No known key found for this signature in database
GPG key ID: 44A3D2C95E26BB14
4 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{
"key": "value",
"other_key": {
"b": 1,
"a": 2
}
}