How to extract nested properties using JSONTuple Function.
Open
- Dominant language
- C#
- Stars
- 231
- Forks
- 666
- PR merge metrics
- No merged PRs in 30d
Description
Below is the sample extract json,
{
"AReference": "XXXXXXXXXXXX",
"Id": 111111111,
"items": [
{
"vId": 22222222,
"rReason": {
"AB": 1,
"XY": "ABC XYZ"
}
}
],
"time": "2017-12-28T13:51:18.6679191Z"
}
Contributor guide
Assessment
This issue has not been assessed yet.