pre-commit-hooks/testing/resources/unique_values_pretty_formatted_json.json
2021-09-14 11:44:38 +02:00

25 lines
319 B
JSON

{
"unique_list": [
234,
34,
2,
234
],
"sub_dict": {
"sub_list": [
"foo",
"foo",
{
"sub_sub_dict_entry": "sub_sub_dict_entry_value"
},
"bar",
[
1,
2,
3
]
],
"sub_list_2": "sub_list_2_value"
},
"foo": "bar"
}