From 2cdfd830d7021a29ec384296e7e5113bc5493dcb Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Fri, 19 Jul 2024 22:20:55 +1200 Subject: [PATCH] Actually fix Stefan's name. --- _posts/2023/2023-05-02-json-path-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023/2023-05-02-json-path-spec.md b/_posts/2023/2023-05-02-json-path-spec.md index c6be0f4..818e04a 100644 --- a/_posts/2023/2023-05-02-json-path-spec.md +++ b/_posts/2023/2023-05-02-json-path-spec.md @@ -5,7 +5,7 @@ tags: [json-path] toc: true pin: false --- -IETF are submitting a new RFC to formalize the well-known [JSON Path](https://goessner.net/articles/JsonPath/) query syntax, originally proposed by [Stefan Goëssner](https://github.com/goessner) in 2008. +IETF are submitting a new RFC to formalize the well-known [JSON Path](https://goessner.net/articles/JsonPath/) query syntax, originally proposed by [Stefan Gössner](https://github.com/goessner) in 2008. ## A brief history