mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Check for JSON key non-duplication and order
This commit is contained in:
parent
c62ce53efa
commit
d47aca18c4
4 changed files with 35 additions and 3 deletions
7
python/tidy/servo_tidy_tests/unordered_key.json
Normal file
7
python/tidy/servo_tidy_tests/unordered_key.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "value",
|
||||
"other_key": {
|
||||
"b": 1,
|
||||
"a": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue