How to parse a json array with Nim
Given the following JSON, how can you parse it into a nice array to work with in Nim? [ { "name":"Sergio", "favoriteMovie":{ "title":"Taxi Driver", "releaseYear":1976 } }, { "name":"...
Aug 9, 20211 min read319
Search for a command to run...