WorkMaze / JUST.net

JUST - JSON Under Simple Transformation (XSLT equivalent for JSON).
MIT License
173 stars 54 forks source link

Thread-safe transform #290

Open Courela opened 10 months ago

Courela commented 10 months ago

Current version is not thread-safe, it uses and assigns Input property from JUSTContext. https://github.com/WorkMaze/JUST.net/issues/270