mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
13 lines
112 B
Text
13 lines
112 B
Text
Before
|
|
{
|
|
"baz": "qux",
|
|
"foo": "bar"
|
|
}
|
|
|
|
After
|
|
{
|
|
"baz": "boo",
|
|
"hello": [
|
|
"world"
|
|
]
|
|
}
|