liquid
liquid copied to clipboard
Get name of json element
Hi,
Is there a way in the language to get the name of an element? The equivalent of XSLT local-name() function.
{ "MyRoot": {
} }
I need "MyRoot" as output.
Thanks, Nico