次のjson文字列があります:
[ { id: '123', name: 'bla bla', type: 'Source', isLeaf: true },
{ id: '3425', name: 'test test', type: 'Reference', isLeaf: false },
{ id: '12678', name: 'tags', type: 'Source', isLeaf: false },
]
JsonSlurper を使用してこれを解析しようとしていますが、エラーが発生しています:
groovy.json.JsonException: Lexing failed on line: 1, column: 5, while reading 'i', no possible valid JSON value or punctuation could be recognized.
それを解析してアクセスするにはどうすればよいid:'3425'
ですか?