Sergio Tapia
Sergio Tapia's Blog

Sergio Tapia's Blog

Follow
homeGithubbadgesnewsletter
Tag

json

#json

More content

Read more stories on Hashnode


Articles with this tag

How to parse a json array with Nim

Aug 9, 2021213 views

Given the following JSON, how can you parse it into a nice array to work with in Nim? [ { "name":"Sergio", "favoriteMovie":{ ...

How to parse a json array with Nim