Let's say we have an object:
{
$$hashKey: 3,
element1: "something",
element2: "something else"
}
Then, when we pump this through `x2js.json2xml_str()`, it will fail. The
`$$hashKey` is an invalid name.
It would be nice to configure this to either fail or ignore those pesty
properties... or have a service to strip out invalid properties.
Would this idea be something you'd consider?
Original issue reported on code.google.com by johngeor...@gmail.com on 27 Jan 2015 at 7:43
Original issue reported on code.google.com by
johngeor...@gmail.com
on 27 Jan 2015 at 7:43