Closed kaworu closed 10 years ago
YAML is bound to be represented as UTF-8 and for the sake of clean design an alternate format should be implemented. At the moment YAML should be the default and primary though.
In the process a rewrite of the YAML parser would be nice.
Done, JSON is implemented using https://github.com/akheron/jansson
YAML is bound to be represented as UTF-8 and for the sake of clean design an alternate format should be implemented. At the moment YAML should be the default and primary though.