Hello. Me and my colleague recorded a script (Mobile Framework - SilkPerformer). The script recorded forms which are lengthy (500+ lines), URL-encoded JSON . Due to this its taking manual efforts to search and replace the custom field. (P.S. : The replaceable fields are broken over lines & 100+ replacement each form.) Say for an example: SOME_FIELD := "%7B%20%22glossary%22%3A%7B%20%22title%22%3A%22example%20glossary%22%2C%22 Glos " " sDiv %22%3A%7B%20%22title%22%3A%22S%22%2C%22GlossList%22%3A%7B%20%22GlossEntry" "%22%3A%7B%20%22ID%22%3A%22SGML%22%2C%22SortAs%22%3A%22SGML%22%2C%22GlossTerm%22" "%3A%22Standard%20Generalized%20Markup%20Language%22%2C%22Acronym%22%3A%22SGML%22" "%2C%22Abbrev%22%3A%22ISO%208879%3A1986%22%2C%22GlossDef%22%3A%7B%20%22para%22%3A" "%22A%20meta-markup%20language%2C%20used%20to%20create%20markup%20languages%20 su " " ch %20as%20DocBook.%22%2C%22GlossSeeAlso%22%3A%5B%20%22GML%22%2C%22XML%22%5D%7D%2C" "%22GlossSee%22%3A%22markup%22%7D%7D%7D%7D%7D"; Is there any ways silk performer can record such JSON forms in pretty format? (Currently i am using combination of Online Url Encoding Decoder + JSON formatter + Text editor to format these form.) By pretty format i essentially mean the text not broken over line so that i can apply REPLACE ALL. Thanks in advance.
↧