kore/examples/json
Joris Vink 4974a769d4 Add missing inttypes header 2023-04-06 09:23:43 +02:00
..
conf Change how routes are configured in Kore. 2021-09-15 11:09:52 +02:00
src Add missing inttypes header 2023-04-06 09:23:43 +02:00
.gitignore Add native JSON parser example 2019-10-20 23:40:08 +02:00
README.md Add native JSON parser example 2019-10-20 23:40:08 +02:00

README.md

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.