{ instruction: '(a+(b/c))', parsed: [{ "component": "a" }, { "component": "b", "children": [{ "component": "c" }] }], clean: 'a+b/c' },