jmespath-community / jmespath.spec

JMESPath Specification
6 stars 3 forks source link

[JEP-3a] Functions - Clarified string data type and containment. #159

Closed springcomp closed 1 year ago

springcomp commented 1 year ago

See discussion/121.

This PR brings the following changes:

    In order to support functions, a type system is needed.  The JSON types are used:

    * number (integers and double-precision floating-point format in JSON)
-   * string
+   * string (a sequence of Unicode code points. Note that a code point is distinct to a code unit)

and: