Amazon Lab126 interview question

Write a function to convert a string into a JSON object

Interview Answers

Anonymous

4 Apr 2015

Live coding

2

Anonymous

28 May 2018

You might want to refer to Json.NET JObject json = JObject.Parse(str);