Fix bug in json to xml convert library
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Mon, 4 May 2020 17:36:17 +0000 (19:36 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Mon, 4 May 2020 17:36:17 +0000 (19:36 +0200)
commit1f610e91029512c17466a85b41a090141f7bbf39
tree9a21f311c522584d0bda477d07d09dbf1ca105bf
parent415985b3f67878c2e3cee785a0b1cb36f4eff901
Fix bug in json to xml convert library

Bad management for node-names stack (FIFO).
Both object and array shall push keys and also shall pop them
when entering/finishing the callbacks.
Also, new member key_ will store the key (and it won't be
pushed when detected, only when starting object/array).
include/anna/json/SaxConsumer.hpp