Skip to main content

Posts Tagged ‘JSON VALIDATION’

Validating JSON Message in IIB

Overview This blog helps to understand JSON parser in IIB and how to validate the incoming JSON message. What is JSON? JavaScript Object Notation is a lightweight plain text format used for data interchange. It’s a collection of Name-Value pair. How IIB parses the JSON message? In IIB JSON message realized as Object (Name-Value pair) […]