convert list or Map to JSON string
Is there a built in function to take a Map list and format the list into an appropriately structured JSON string?
If not, is anyone familiar with deluge code snippet that would perform this function?
Even better, is there a method to take the existing form displayed and convert the fields and value pairs to the JSON string?