Passing Object Arguments to Liquid Shortcodes in 11ty

from blog Aleksandr Hovhannisyan, | ↗ original
Currently, 11ty doesn't allow you to pass object arguments to shortcodes in Liquid. As a temporary workaround, you can assemble and parse a JSON string to pass along to the shortcode as an argument.