Module : jsonutils
Module Overview
This module provides utility functions to manipulate the built-in json
data type. It provides APIs to convert an xml
to a json
or convert a table
to a json
.
T0 | Anonymous record |
T1 | Anonymous record |
XmlOptions | Provides configurations for converting XML to JSON. |
fromTable | Converts a table to its JSON representation. |
fromXML | Converts an XML object to its JSON representation. |