Posts by bruno.almeida • 126 points
1 post
-
1
votes1
answer242
viewsA: Picking up a json string
Hello. Using Newtonsoft.Json, you can do the following:: class Program { static void Main(string[] args) { string s = "{\"optimized\": null, \"optimized_slo\": null, \"normal_slo\": {}, \"normal\":…