Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 600 Bytes

7_json_parsing.md

File metadata and controls

20 lines (13 loc) · 600 Bytes

7 - JSON Parsing

scala-json is a JSON parser compiled to Scala Native. We can use this for parsing JSON responses.

Do this first

$ cat ~/.config/tws/tws.conf
authentication_token=my-token

Task

  • Parse the JSON response. Fill in the blanks in Main.scala