1
0
mirror of https://git.kore.io/kore.git synced 2025-01-20 06:50:17 +01:00
2023-04-06 09:23:43 +02:00
..
2023-04-06 09:23:43 +02:00

Native Kore JSON parser example.

Run:

	$ kodev run

Test:

	$ curl -i -k -d '{"foo":{"bar": "Hello world"}}' https://127.0.0.1:8888

The result should echo back the foo.bar JSON path value if it is a JSON string.