Skip to content

TESTgroup-BNL/JSONFileField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JSON File Field

This a utility package intended for saving data to JSON files. The key functionality is creating a separate temporary file for every nested array of objects, allowing data to be appended to any object without needing to rewrite everything in a single JSON file. When all writing is completed, the temporary files are assembled into a single JSON file. If operations are interrupted, the temporary files can be reassembled after the fact without data loss. Optionally, files are also formatted to be more human-readable.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages