Is there an easy way (not creating custom inner/outter templates) to have wayfinder create a JSON out put, or maybe array that I can convert to JSON on the fly.
I have a product list that I want to create some dynamic form select boxes out of.
Category 1
- Product 1
- Product 2
- Product 3
Category 2
- Product 4
- Product 5
- Product 6
So I can use jQuery to request from json returned products from data.Category1
Let me know if you need further information,
Thanks!