Skip to content

Commit

Permalink
Merge pull request #5635 from SasinduDilshara/fix_9348
Browse files Browse the repository at this point in the history
Fix reference link in json type BBE
  • Loading branch information
MaryamZi committed Sep 18, 2024
2 parents 0462bf0 + 9e6fed9 commit 34561e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/json-type/json_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `json` type can be explained as a union of the simple basic types, `string`,

## Related links
- [Access JSON elements](/learn/by-example/access-json-elements/)
- [Converting from JSON to user defined type with langlib functions](/learn/by-example/converting-from-json-to-user-defined-type-with-langlib-functions/)
- [Converting from user-defined type to JSON](/learn/by-example/converting-from-user-defined-type-to-json/)
- [Convert from JSON to user-defined type](/learn/by-example/convert-from-json-to-user-defined-type/)
- [Convert from user-defined type to JSON](/learn/by-example/converting-from-user-defined-type-to-json/)
- [fromJsonString](https://lib.ballerina.io/ballerina/lang.value/0.0.0#fromJsonString)
- [cloneWithType](https://lib.ballerina.io/ballerina/lang.value/0.0.0#cloneWithType)

0 comments on commit 34561e5

Please sign in to comment.