JSON Parser for file endpoint - Federated Directory Server
Use the JSON Parser to read and write entries in the JavaScript Object Notation (JSON) format. JSON is a lightweight data-interchange format and a subset of JavaScript programming language. JSON is built with the following two structures: an ordered list of values (array) and a collection of name-value pairs (object). To access the JSON Parser configuration parameters:
- Add a File endpoint.
- On the File endpoint configuration page, click Parser and select JSON Parser from the list.
- Expand the Parser section to view the parameters.
Parameters
- Compact Output
- Select this check box to display data in compact mode. Compact mode writes JSON data on a single unformatted line and is the default mode.
- Character Encoding
- Character encoding to be used for reading or writing data.
- Comment
- Add your comments. The comment is not considered while parsing data.
- Detailed Log
- Select this check box to generate log messages with detailed debug information.
For detailed information about the JSON Parser, its objects and attributes, and examples of its usage, go to the SDI documentation and search for JSON Parser.
Parent topic:
File parsers