It would be really convenient to have the substr operation in the json-logic-py implementation. This can be used for basic string manipulation. The substr operation is listed on https://jsonlogic.com/operations.html#merge, but not part of the official JSON Logic implementation.
E.g.:
{"substr": ["jsonlogic", 4]}
Returns
I already have a local implementation and can create a PR for this.
It would be really convenient to have the substr operation in the json-logic-py implementation. This can be used for basic string manipulation. The substr operation is listed on https://jsonlogic.com/operations.html#merge, but not part of the official JSON Logic implementation.
E.g.:
Returns
I already have a local implementation and can create a PR for this.