Cannot extract json containing an array as start element
Open
- Dominant language
- C#
- Stars
- 231
- Forks
- 666
- PR merge metrics
- No merged PRs in 30d
Description
JsonExtractor cannot handle if json contains an array as top most object.
Following does not work
input json:
[{'groupId':'g1'},{'groupId':'g2'}]
extractor with path:
new Microsoft.Analytics.Samples.Formats.Json.JsonExtractor("$[*]")
Contributor guide
Assessment
This issue has not been assessed yet.