Amazon Lab126 interview question

Write a function to convert a string into a JSON object

Interview Answers

Anonymous

Apr 4, 2015

Live coding

2

Anonymous

May 28, 2018

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