json.unformat ( jsonEntity )
Undoes `JSONFormat()` function by re-interpreting the JSON entity from the root node. Useful for building JSONL (https://jsonlines.org) formatted docs.
			
 
 
 
 
    Be the first to rate this function  Log in to vote		
| 
            Cristos Lianides-Chin            - Show more from this author
                         Codence https://www.codence.com  | 
    
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
			When using JSONL format (e.g., for performance when creating/consuming a list of JSON entities) it is imperative that each line be a properly formatted JSON entity. This is easily accomplished in FileMaker by using JSONGetElement ( $jsonEntity ; "" ), which just references the root node of the entity.  This custom function is just syntactic sugar for that JSONGeElement pattern.
See also: https://jsonlines.org 		
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.