enso/test/Tests/data/sample.json
Radosław Waśko 2d29456ed1
Review File/Data read and read_text warnings (#5799)
Closes #5113

Fixes a bug where read-only files would be overwritten if File.write was used in backup mode, and added tests to avoid such regression. To implement it, introduced a `is_writable` property on `File`.
2023-03-06 03:43:38 +00:00

6 lines
53 B
JSON

{
"arr": [1, 2, 3],
"num": 42.5,
"not": null
}