REST model parsing
- Last Updated: April 16, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Autonomous Rest Connector 8.0
- Documentation
In addition to supporting the standard REST architecture, the driver supports RESTful or REST-like services. To support idiosyncrasies in certain REST services, the driver includes a set of parsing parameters to adjust how data is being parsed. For example:
"#<parsing_parameter>":"<parsing_value>"
The following table describes the parsing parameters that are currently
supported.
| Property | Description |
|---|---|
#chunked |
Set to true if your native
JSON objects are not separated by commas, such as with those using the JSON Lines
format. For example:
The default is |