This example will show how to encode and decode JSON data using the encoding/json package.
- Download curl on window: https://curl.se/windows/
curl --json "{\"firstname\":\"Yuuki\",\"lastname\":\"NguyenNgocMinhQuocccccc\",\"age\":24}" http://localhost:8088/decode
curl -s http://localhost:8088/encode