Example of parse whole json answer.

Nicolas via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 24 05:17:39 PDT 2014


I have a json string saved in a file ( example of json tweeter 
answer: 
https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline 
). I am trying to read the whole json answer and print specific 
data ("created_at", "retweet_count", ..) . I am new at D 
Programming language and i was wondering if someone can help me 
or post some example that show how to parse json strings using 
std.json library. Thanks in advance.


More information about the Digitalmars-d-learn mailing list