What do you mean by “from a JSON”? Do you parse a JSON file? Then you should give the path to this file as a flag.String
, read the file and parse it.
1 Like
What do you mean by “from a JSON”? Do you parse a JSON file? Then you should give the path to this file as a flag.String
, read the file and parse it.