<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="jsonpath.xsl"?>
<?xml-model href="jsonpath.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="jsonpath">
  <title>JSONPath</title>
  <created>2023-10-03</created>
  <updated>2024-04-19</updated>

  <registry id="function-extensions">
    <title>Function Extensions</title>
    <xref type="rfc" data="rfc9535"/>
    <registration_rule>Expert Review</registration_rule>
    <expert>Glyn Normington</expert>
    <record date="2023-10-03">
      <name>length</name>
      <description>length of string, array, or object</description>
      <parameter>ValueType</parameter>
      <result>ValueType</result>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9535">RFC9535, Section 2.4</xref>
    </record>
    <record date="2023-10-03">
      <name>count</name>
      <description>size of nodelist</description>
      <parameter>NodesType</parameter>
      <result>ValueType</result>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9535">RFC9535, Section 2.4</xref>
    </record>
    <record date="2023-10-03">
      <name>match</name>
      <description>regular expression full match</description>
      <parameter>ValueType, ValueType</parameter>
      <result>LogicalType</result>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9535">RFC9535, Section 2.4</xref>
    </record>
    <record date="2023-10-03">
      <name>search</name>
      <description>regular expression substring match</description>
      <parameter>ValueType, ValueType</parameter>
      <result>LogicalType</result>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9535">RFC9535, Section 2.4</xref>
    </record>
    <record date="2023-10-03">
      <name>value</name>
      <description>value of the single node in nodelist</description>
      <parameter>NodesType</parameter>
      <result>ValueType</result>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9535">RFC9535, Section 2.4</xref>
    </record>
  </registry>

  <people/>
</registry>
