Ballerina (programming language): Difference between revisions

Content deleted Content added
m Workers: lang="java"
m JSON Support: <code>
Line 157:
 
=== JSON Support ===
The language provides support for working with JSON values. The builtin type `json` is defined as the following union: <code>()|boolean|int|float|decimal|string|json[]|map<json></code>
 
<syntaxhighlight lang="typescript">