0
kicks
Converting Data Table / Dataset Into JSON String
JSON (Java Script Object Notation), is a light weight, easily understandable to read and write string. It is also easly parseable by machine.
It is introduced on two structues
A collection (key/value pair)
And ordered list of values.