Skip to content

Commit

Permalink
Fix the udt to json reference link in json type be
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Sep 11, 2024
1 parent a969620 commit 9e6fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/json-type/json_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ 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/)
- [Convert from JSON to user-defined type](/learn/by-example/convert-from-json-to-user-defined-type/)
- [Converting from user-defined type to JSON](/learn/by-example/converting-from-user-defined-type-to-json/)
- [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 9e6fed9

Please sign in to comment.