From 5537715727ca8e0be3ec8127609da98e66739d28 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Wed, 26 Jul 2023 13:07:09 +0200 Subject: [PATCH] Remove unnecessary statements about being informative --- draft-ietf-jsonpath-base.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/draft-ietf-jsonpath-base.md b/draft-ietf-jsonpath-base.md index 48d6f351..6e3b6557 100644 --- a/draft-ietf-jsonpath-base.md +++ b/draft-ietf-jsonpath-base.md @@ -309,8 +309,6 @@ member names are not. ## History -This section is informative. - This document is based on {{{Stefan Gössner}}}'s popular JSONPath proposal dated 2007-02-21 {{JSONPath-orig}}, builds on the experience from the widespread deployment of its implementations, and provides a normative specification for it. @@ -369,8 +367,6 @@ if they are not ({{Section 8.2 of -json}}). ## Overview of JSONPath Expressions {#overview} -This section is informative. - A JSONPath expression is applied to a JSON value, known as the query argument. The output is a nodelist.