I'm just curious: Is that JSON logic implementing some international standard / RFC (like XSL-T) or is it just a Johnzon-specific thing?
-----Ursprüngliche Nachricht----- Von: James Carman <ja...@carmanconsulting.com> Gesendet: Dienstag, 26. Mai 2020 12:53 An: dev@johnzon.apache.org Betreff: Re: JSON Logic is landing in our repo Was the inclusion of this feature already discussed on this list? I see the JIRA was created 30 mins ago. I don’t oppose the addition, but wouldn’t this be normally the result of a DISCUSS thread or something? On Tue, May 26, 2020 at 6:26 AM Romain Manni-Bucau <rmannibu...@gmail.com> wrote: > Hi everyone, > > I just pushed a JSON-Logic module in our beloved Johnzon: > https://issues.apache.org/jira/browse/JOHNZON-313 > > It is a widely (for JSON) used expression language where the AST is > actually directly JSON. > By default it supports common operators (+,-,filter,map,...) and to > extract variables from a parameter (thanks JSON-pointer internally) > but it is extensible and you can add your own operators. > > I don't know if it is sufficient to justify a release but wanted to > send a heads-up on this new feature. > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | LinkedIn > <https://www.linkedin.com/in/rmannibucau> | Book < > https://www.packtpub.com/application-development/java-ee-8-high-perfor > mance > > >