Revised procedure when converting json data into xml #395

Merged
giambattista.bloisi merged 1 commits from restiterator_xmlcleanup into beta 2024-02-28 10:38:55 +01:00
  • json object keys are renamed to be conformant to xml tag elements, special characters are substituted or removed
  • json string values are no longer post-processed as they are already escaped by the org.json.XML.toString method

The regexp substitutions have been removed or rewritten because they did perform poorly on large results

- json object keys are renamed to be conformant to xml tag elements, special characters are substituted or removed - json string values are no longer post-processed as they are already escaped by the org.json.XML.toString method The regexp substitutions have been removed or rewritten because they did perform poorly on large results
giambattista.bloisi added 1 commit 2024-02-24 16:57:59 +01:00
773e856550 Revised procedure when converting json data into xml:
- json object keys are renamed to be conformant to xml tag elements, special characters are substituted or removed
- json string values are no longer post-processed as they are already escaped by the org.json.XML.toString method
giambattista.bloisi requested review from michele.artini 2024-02-24 16:58:17 +01:00
giambattista.bloisi requested review from sandro.labruzzo 2024-02-24 16:58:25 +01:00
giambattista.bloisi merged commit 56dd05f85c into beta 2024-02-28 10:38:55 +01:00
giambattista.bloisi deleted branch restiterator_xmlcleanup 2024-02-28 10:39:09 +01:00
Sign in to join this conversation.
No description provided.