JSON

Data Integrity Suite

Product
Spatial_Analytics
Data_Integration
Data_Enrichment
Data_Governance
Precisely_Data_Integrity_Suite
geo_addressing_1
Data_Observability
Data_Quality
dis_core_foundation
Services
Spatial Analytics
Data Integration
Data Enrichment
Data Governance
Geo Addressing
Data Observability
Data Quality
Core Foundation
ft:title
Data Integrity Suite
ft:locale
en-US
PublicationType
pt_product_guide
copyrightfirst
2000
copyrightlast
2026

Adds a field that contains data in JSON format.

You can add and edit content in JSON fields. There is a 2,500 character limit on JSON fields. To ensure that the JSON field is well-formatted, use the following JSON syntax when adding or editing fields via the API where,

  • properties and values must be surrounded by double quotation marks
  • double quotation marks must be escaped

For example: [{"Fields":{"Name":"Asset1","JSONField":"[{\"FIELD1\":\"1\"},{\"FIELD2\":\"ONE\"}, {\"FIELD3\":\"true\"}]"}}]

Note: Date-time data must be formatted correctly, for example "2019-05-01T00:00:00.000Z", or 2019-05-31. Date-time data is treated as UTC. If you only provide the shorter date format, for example 2019-05-31, this can result in unexpected displays due to timezone conversion. For example, the timezone conversion may result in the display showing 2019-05-30.