1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
semantic/test/fixtures/json/rewriting/add_keys_expected.json

9 lines
105 B
JSON
Raw Normal View History

2018-09-14 20:08:08 +03:00
{
"fore": "aft",
"dang": {"dude": "yeah"},
"100": "one hundred",
"test": {
"hi": "bye"
2018-09-14 20:08:08 +03:00
}
}