"constants": {
"MOONLY_NIL": null,
"MOONLY_STR": "string",
"MOONLY_BUNDLED": true,
"MOONLY_BUNDLE_TIMESTAMP": "<$date>",
"MOONLY_EMPTY_ARR": [],
"MOONLY_EMPTY_OBJ": {},
"MOONLY_ARR": [
"test",
true,
[
"another array"
]
],
"MOONLY_OBJECT": {
"meta_info": {
"version": 1.0,
"is_active": true,
"description": "Тестовый файл для проверки форматтера",
"tags": [
"json",
"test",
"formatter",
"development"
],
"created_at": "2023-10-27T10:00:00Z"
},
"data_types": {
"integer_positive": 42,
"integer_negative": -15,
"float_number": 3.14159,
"scientific_notation": 1.23e-4,
"null_value": null,
"empty_string": "",
"unicode_string": "Привет, мир! 你好世界 🌍"
},
"nesting_test": {
"level_1": {
"level_2": {
"level_3": {
"level_4": {
"deep_value": "Я очень глубоко",
"date": "<$date>"
}
}
}
}
},
"complex_arrays": [
1,
"two",
true,
null,
{
"nested_object_in_array": "value"
},
[
"nested",
"array"
]
],
"special_characters": {
"new_line": "Строка 1\nСтрока 2",
"tabulation": "Табуляция\tздесь",
"quotes": "Кавычки \"внутри\" строки",
"backslash": "Путь C:\\Users\\Admin",
"slash": "URL https://example.com/path"
},
"edge_cases": {
"empty_object": {},
"empty_array": [],
"zero": 0,
"false_value": false,
"very_long_string": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
}
}
},