i want to parse a JSON-File but the given JSON-File has numbers as JSON-Keys and the Gamma-Node “ParseJSON” changes these entries without telling me. → now I can look for these changings and replace it - it doesn’t feels very handy and flexible.
Question: are there other ways? Looks like it’s an XmlException “XmlException: Name cannot begin with the ‘3’ character, hexadecimal value 0x33.” but it took me a while to understand what’s going on
Any suggestions?
had to zip it - .json was not allowed to upload workflow_api.zip (669 Bytes)
but my problem shifted a little bit - Parsing with this strange behavior is ok
and the hint from @sebescudie remembered me on his nice workshop " Working with REST APIs" so I tried with jtd-infer.exe , jtd-codegen.exe and ObjectToJson - works but not so flexible what I want →
Load a JSON → make an OBJECT out of it → back ToJSON and send the exact JSON with changed values to API ----- problem: the loaded JSON would not be always the same
but true: a Parsing vom JSON to XML with known Types and not all string would help but I know, its more complicated than it seems to be