...

/

Challenge: Process JSON Data

Challenge: Process JSON Data

Test the concepts we learned with a coding exercise.

Problem statement

For this challenge, complete the getMostExpensive function below. The function takes in a JSON string as input, and it should be able to first convert the passed string to some data structure ...