JSON.stringify
Converts JSON to a string of text
Be the first to rate this function Log in to vote
Kyle Williams - Show more from this author
Augusto Digital https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Similar to Postman's JSON.stringify function, this will convert the JSON response of an API call into a string of text which can then be used to build scripts that can parse out the response without having to create the API call over and over. It can then be saved anywhere and easily converted back into JSON script anytime.
(Note: Sometimes the Evaluate function will need to evaluate the string when converting it back to JSON)
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.