Closed upyx closed 4 years ago
It fixes #1
It adds a twig escaper for json based on json_encode instead of standard twig js encoder. So a new dependency "ext-json" was added.
To fix #1. Because it was really annoying.
Unit tests pass. I've created a new project and checked it.
composer run test
Thank you for contributing! 🎉
It fixes #1
Description
It adds a twig escaper for json based on json_encode instead of standard twig js encoder. So a new dependency "ext-json" was added.
Motivation and Context
To fix #1. Because it was really annoying.
How Has This Been Tested?
Unit tests pass. I've created a new project and checked it.
Types of changes
Checklist:
composer run test
locally, and there were no failures or errors.