#JSONParser
I cooked up a concept to allow for auto completion of json in AL. Just one codeunit and a bunch of interfaces. What do you think?

github.com/ChristianHov...

#msdyn365bc
GitHub - ChristianHovenbitzer/JsonParser: Json Parser example with interfaces, enabling intellisense
Json Parser example with interfaces, enabling intellisense - ChristianHovenbitzer/JsonParser
github.com
May 10, 2025 at 11:27 AM
Oorian's JSON Features: Parsing, Building, and Jsonable
Complete guide to JsonObject, JsonArray, JsonParser, and the Jsonable interface.
#Java #WebDevelopment #Programming #JavaDeveloper #SoftwareEngineering #JakartaEE
oorian.com/blog/json-fe...
Oorian's JSON Features: Parsing, Building, and Jsonable | Oorian Framework
Complete guide to JsonObject, JsonArray, JsonParser, and the Jsonable interface.
oorian.com
February 3, 2026 at 3:47 PM
Ragel State Machine Compilerを使って作られたJSONパーサ "moddable/contributed/jsonparser at public · Moddable-OpenSource/moddable" https://github.com/Moddable-OpenSource/moddable/tree/public/contributed/jsonparser
December 22, 2023 at 11:37 PM
自作のmisskeyのCLIクライアント、jsonを構造体で読まずにjsonparser使ってゴリ押しで読んでて、いい加減構造体にするか、と改修を試みたら、どうして過去の自分が構造体パースせずjsonparserを使っていたのかを思い出した

misskeyのnoteのjson周り、解釈がかなり辛い。
November 25, 2024 at 2:19 AM
Built a remote MCP server with Spring AI yesterday. Very easy, but LLM misinterpreted a lot of dates in our response. Turns out the JsonParser doesn't use your default ObjectMapper bean, so this helps:

JsonParser.getObjectMapper().configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false);
September 12, 2025 at 8:58 AM
jsonparser by @buger (⭐️ 5654)

THE fastest alternative JSON parser for Go that does not require schema

#go
September 14, 2026 at 7:38 PM
“Como Escolher as Melhores Apps da Semana para Cuidar do Seu Corpo e Mente” #Tecnologia #Reviews #Gadgets #Portugal

PayloadTooLargeError: request entity too large at readStream (/var/app/current/node_modules/raw-body/index.js:163:17) at getRawBody…
“Como Escolher as Melhores Apps da Semana para Cuidar do Seu Corpo e Mente” #Tecnologia #Reviews #Gadgets #Portugal
PayloadTooLargeError: request entity too large at readStream (/var/app/current/node_modules/raw-body/index.js:163:17) at getRawBody (/var/app/current/node_modules/raw-body/index.js:116:12) at read (/var/app/current/node_modules/body-parser/lib/read.js:79:3) at jsonParser (/var/app/current/node_modules/body-parser/lib/types/json.js:138:5) at Layer.handle (/var/app/current/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/var/app/current/node_modules/express/lib/router/index.js:328:13) at /var/app/current/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/var/app/current/node_modules/express/lib/router/index.js:346:12) at next (/var/app/current/node_modules/express/lib/router/index.js:280:10) at expressInit (/var/app/current/node_modules/express/lib/middleware/init.js:40:5)
hotnews.pt
November 30, 2025 at 6:45 PM
jsonparser by @buger (⭐️ 5653)

THE fastest alternative JSON parser for Go that does not require schema

#go
September 13, 2026 at 9:50 PM
jsonparser by @buger (⭐️ 5651)

THE fastest alternative JSON parser for Go that does not require schema

#go
September 3, 2026 at 2:14 AM
jsonparser by @buger (⭐️ 5650)

THE fastest alternative JSON parser for Go that does not require schema

#go
August 31, 2026 at 10:20 AM
jsonparser by @buger (⭐️ 5648)

THE fastest alternative JSON parser for Go that does not require schema

#go
August 27, 2026 at 11:38 PM
jsonparser by @buger (⭐️ 5649)

THE fastest alternative JSON parser for Go that does not require schema

#go
August 24, 2026 at 8:55 AM
jsonparser by @buger (⭐️ 5645)

THE fastest alternative JSON parser for Go that does not require schema

#go
August 6, 2026 at 12:14 AM
jsonparser by @buger (⭐️ 5633)

One of the fastest alternative JSON parser for Go that does not require schema

#go
July 19, 2026 at 3:30 AM
jsonparser by @buger (⭐️ 5633)

One of the fastest alternative JSON parser for Go that does not require schema

#go
July 4, 2026 at 9:04 AM
Nice blog entry from @abhinavguptas on #forcedotcom JSON.serialize/deserialize - http://www.tgerm.com/2011/10/winter12-jsonparser-serialize.html
November 13, 2024 at 3:52 AM
jsonparser by @buger (⭐️ 5629)

One of the fastest alternative JSON parser for Go that does not require schema

#go
June 23, 2026 at 1:32 AM
jsonparser by @buger (⭐️ 5629)

One of the fastest alternative JSON parser for Go that does not require schema

#go
June 17, 2026 at 5:28 PM
jsonparser by @buger (⭐️ 5629)

One of the fastest alternative JSON parser for Go that does not require schema

#go
June 2, 2026 at 5:14 PM
jsonparser by @buger (⭐️ 5621)

One of the fastest alternative JSON parser for Go that does not require schema

#go
May 20, 2026 at 9:30 AM
jsonparser by @buger (⭐️ 5612)

One of the fastest alternative JSON parser for Go that does not require schema

#go
May 3, 2026 at 12:50 AM
jsonparser by @buger (⭐️ 5472)

One of the fastest alternative JSON parser for Go that does not require schema

#go
December 5, 2024 at 1:30 AM
embulk-parser-json を JsonValue 化するのと同時に完全 one-path parsing にしようと思っていたんだけど、どうも Jackson JsonParser が思うように動いてくれない箇所が最後に残ったので、とりあえず愚直な JsonValue 化だけして v0.11.1 を出すことにしようかな…
September 20, 2023 at 2:52 AM
Got it running on a Hetzner Docker CE vm with telemetry sent to Elasticsearch!
May 10, 2025 at 8:39 AM