For search and replace props in include components, we need to parse an array of objects with this form: ```jsx [ {"source": "foo", "replacement": "bar",}, ... ] ``` We should parse an AST with arrays, objects, keys, and values
For search and replace props in include components, we need to parse an array of objects with this form:
We should parse an AST with arrays, objects, keys, and values