https://github.com/jtojnar/json-tape
Serialisation of directory trees into JSON
https://github.com/jtojnar/json-tape
haskell json json-tape serialization
Last synced: about 2 months ago
JSON representation
Serialisation of directory trees into JSON
- Host: GitHub
- URL: https://github.com/jtojnar/json-tape
- Owner: jtojnar
- License: mit
- Created: 2016-08-29T16:18:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T20:26:07.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T01:45:51.596Z (over 1 year ago)
- Topics: haskell, json, json-tape, serialization
- Language: Haskell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
json-tape
=========
json-tape packs a directory structure into a single file, not unlike tar. The resulting file is using JSON for easy manipulation in the browser and all file contents are base64 encoded. You can view the [JSON schema](json-tape.schema.json).