skip to main content
Input REST file syntax : Table definition entries : REST model parsing
  

Try DataDirect Drivers Now

REST model parsing

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.
Table 32. Parsing properties
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:
{"Name":Sam,"Pet":"dog","vehicle":"car"}
{"Name":Denise,"Pet":"sugar bear","vehicle":"bike"}
The default is false.