Json formatter and parser. #73

Closed
opened 2023-02-23 14:33:03 +01:00 by koleckia · 4 comments
Collaborator
No description provided.
koleckia added the
XML Formatter
label 2023-02-23 14:33:03 +01:00
koleckia self-assigned this 2023-02-23 14:33:03 +01:00
bema added the
enhancement
label 2023-02-27 09:41:15 +01:00
bema added this to the Release 11.1 milestone 2023-02-28 10:13:01 +01:00
augustyd was assigned by koleckia 2023-02-28 14:10:49 +01:00
Author
Collaborator

Done.

Done.
Contributor

Json Formatter and parser deletes half of XML send in JSON
before:
obraz
after:
obraz
prettify and minimize work in the same way

{
"data": "Test1Test3",
"process": "/values/value[1]",
"processor": "xalan",
"version": "2.0"
}

Json Formatter and parser deletes half of XML send in JSON before: ![obraz](/attachments/6d5b6d44-102f-4171-866e-e7f9d2f89981) after: ![obraz](/attachments/70131e06-3f3c-4b94-a926-56fa063ac7ec) prettify and minimize work in the same way { "data": "<values><value>Test1</value><value>Test3</value></values>", "process": "/values/value[1]", "processor": "xalan", "version": "2.0" }
Contributor

Json formatter allows coping text with style, fotos, page number counters etc. sometimes it creates another JSONblock. Ability to copy anything into input field is intresting but creates problems with JSON formating.

obraz
obraz

Json formatter allows coping text with style, fotos, page number counters etc. sometimes it creates another JSONblock. Ability to copy anything into input field is intresting but creates problems with JSON formating. ![obraz](/attachments/0ad2d87e-1753-40f4-90de-114b0c4d781c) ![obraz](/attachments/b112807f-5f61-4df6-b893-d2b29c282d3e)
Collaborator

Deploying in current form, might reopen when needed.

Deploying in current form, might reopen when needed.
bema closed this issue 2023-03-01 12:52:44 +01:00
Sign in to join this conversation.
No description provided.