data types CHANGE printer plugin
Change API to be able to support printing data values even in non-data
formats (YIN/YANG) using callback to provide prefixes to use in the
value. This will allow to change format of the default values in schemas
to unify it with the data tree.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c592d44..b968856 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,6 +211,7 @@
src/parser_xml.c
src/printer_data.c
src/printer_xml.c
+ src/printer_json.c
src/tree_schema.c
src/tree_schema_free.c
src/tree_schema_compile.c