Skip to content

Commit

Permalink
Add Related link for parse-json and parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Yadav committed Aug 29, 2024
1 parent b932369 commit 1ae0e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-explorer/kusto/query/parse-json-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ because its declared type is `dynamic`.
let d='{"a":123, "b":"{\\"c\\":456}"}';
print d_b_c=parse_json(tostring(parse_json(d).b)).c
```

## Related content

* [parse operator](parse-operator.md)
1 change: 1 addition & 0 deletions data-explorer/kusto/query/parse-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Traces

## Related content

* [parse-json function](parse-json-function.md)
* [extract function](extract-function.md)
* [extract-all function](extract-all-function.md)
* [extract-json function](extract-json-function.md)

0 comments on commit 1ae0e72

Please sign in to comment.