JSON settings
Settings for the JSON file type (.json files).
Parser page
- Extract all string values
- If you choose this option, all the string values containing a key are extracted.
- Specify rules for extracting
- If you choose this option, you can configure rules for extracting content by clicking Add and specifying the exact JSON paths.
Writer page
- Escape non-ASCII and control characters
- If you select this check box, all the symbols are transformed to strings, including Chinese or Arabic characters. If you clear it, hexadecimal characters are converted into Unicode characters and are saved as such in the target file.
- Enable pretty printing in target file
- If you select this check box, the JSON content is pretty printed in the target file.
- Unicode UTF-8 byte order mark (BOM)
- Select one of the available options related to byte order marks in the UTF-8 target encoding: do not add them if they are not already in the file, add them if they are not already in the file, or remove them if they are already in the file.