Lava Filters - ToJSON

Category:Other

Description:Returns a JSON representation of the object. This is useful if you are wanting to return the object for use in JavaScript.
Input: "CurrentPerson": { "NickName": "Ted", "LastName": "Decker" }
Lava: {{ CurrentPerson | ToJSON }}
Output: { "NickName": "Ted", "LastName": "Decker" }