json_database icon indicating copy to clipboard operation
json_database copied to clipboard

Feature: support HJson

Open JarbasAl opened this issue 5 years ago • 0 comments

improve support to load databases from file

comments already supported, but it would be nice to also support the full Hjson spec, probably as a separate method

https://github.com/hjson/hjson

db.load_from_json("some.json")
db.load_from_hjson("some.hjson")

maybe also some other json related formats and export methods?

JarbasAl avatar Jan 17 '20 20:01 JarbasAl