-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue with JSON/list parsing in certain cases #50
Labels
bug
Something isn't working
Comments
Fixed by 0.7.6. This is tricky, but a nice catch! |
That was fast!! Glad we're using this project. Where is the sponsor button? 👀 |
Hey, thanks for asking! Really appreciate it. But let's see if it can benefit more people in the future. |
pwwang
added a commit
that referenced
this issue
Mar 22, 2023
* 🐛 Fix JSON/list parsing in certain cases (#50) * 🔖 0.7.6 * 🐛 Futher fix #50 * Update deps * Update deps * Update deps * 💚 Fix CI * 💚 Add python 3.10 in CI * 🔖 0.7.6 * ⬆️ Upgrade deps including markdown, regex, and python-slugify * 📌 Drop support for python3.6 * 🐛 Fix passing env to Liquid() not working * 🔖 0.8.0
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hey again!
We've had some trouble recently with complex data, and I've been trying to figure out a very simple example that breaks if done wrong. Here goes:
This seems to only be the case when trying to handle JSON within a list, and doing it AFTER another filter has been used previously. The main place we see issues with it is if you e.g. try to use the "size" filter multiple times, and it contains JSON.
Cheers - please tell me how we can help :)
The text was updated successfully, but these errors were encountered: