You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 27 Jan 2015 at 7:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Jan 2015 at 7:43The text was updated successfully, but these errors were encountered: