D for data science and statistics

2022-06-04 Thread Nicolas via Digitalmars-d-learn
Hi all! Pleased to meet you. I am currently deep-diving into data analysis and statistics with R and SQL. I got mid-level programming experience, focusing on algorithms and innovation instead of sticking to one programming language. I only got three questions: 1. Is there any extensive, up-

Example of parse whole json answer.

2014-04-24 Thread Nicolas via Digitalmars-d-learn
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 wonderi