Display Struct Keys
-
Is there any way when looping over a structure to display the key? IE.
“section”: {
“TAPROOM“: [{…}],
“PATIO“: [{…}],
…TAPROOM, PATIO
This is fairly common in other json templating languages such as mustache. With that said, is there any plans to perhaps use a templating language such as jade/mustache/handlebars/etc? Perhaps as an add on to pro?
Finally, the one issue we’ve had with the plugin is when a json feed errors out and you are caching. It would be nice if the json feed was checked for validity before invalidating the cache. We actually had to set up our own external caching to compensate for a spotty json api call.
Appreciate the work and support on this plugin though. We use it on several sites.
- The topic ‘Display Struct Keys’ is closed to new replies.