1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 11:15:48 +03:00
ffs/json
Michael Greenberg b48efc266c
Support other formats. (#11)
Broad refactor of how things work, moving `json.rs` to `format.rs`.

Adds support for TOML, along with CLI stuff for setting formats (which are automatically inferred from filenames).

Adds support for binary data using base64 encodings.
2021-06-20 18:20:06 -07:00
..
big big files 2021-06-09 20:26:44 -04:00
.gitignore math is hard 2021-06-14 12:00:39 -04:00
empty.json Support other formats. (#11) 2021-06-20 18:20:06 -07:00
false.json parsing json with serde 2021-06-07 13:33:06 -04:00
json_eg1.json egs from json.org 2021-06-07 20:11:04 -04:00
json_eg2.json egs from json.org 2021-06-07 20:11:04 -04:00
json_eg3.json egs from json.org 2021-06-07 20:11:04 -04:00
json_eg4.json egs from json.org 2021-06-07 20:11:04 -04:00
json_eg5.json egs from json.org 2021-06-07 20:11:04 -04:00
list2.json 0 padding to get a good sort on list directories 2021-06-08 14:54:37 -04:00
list.json parsing json with serde 2021-06-07 13:33:06 -04:00
nlink.json correct computation of nlink 2021-06-13 15:33:22 -04:00
null.json two new test cases 2021-06-07 20:08:47 -04:00
num.json parsing json with serde 2021-06-07 13:33:06 -04:00
obj_rename.json renaming to avoid illegal characters and collisions 2021-06-08 20:46:44 -04:00
object_null.json better testing of null values 2021-06-18 11:43:24 -04:00
object.json two new test cases 2021-06-07 20:08:47 -04:00
single.json Support other formats. (#11) 2021-06-20 18:20:06 -07:00
true.json parsing json with serde 2021-06-07 13:33:06 -04:00