# Introduction In this challenge, you are required to parse a given JSON and extract all the values of a key 'name' within an array. You need to write a Python function that takes a JSON string as input and returns a list of values of a key 'name'.
Click the virtual machine below to start practicing