json_database
json_database copied to clipboard
Feature: support HJson
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?