Introduction
1.
Introduction to Ballerina
2.
Hello World
3.
Introduction to Type System
❱
3.1.
Type System Fundamentals
3.2.
LangLib Modules
4.
Values and Types
❱
4.1.
Simple Basic Types
❱
4.1.1.
Integer
4.1.2.
Float
4.1.3.
Decimal
4.1.4.
Boolean
4.1.5.
Nil
4.2.
Sequence Types
❱
4.2.1.
String
❱
4.2.1.1.
String Template Literal
4.2.2.
XML
4.3.
Structured Types
❱
4.3.1.
Lists
❱
4.3.1.1.
Array
4.3.1.2.
Tuple
4.3.2.
Mappings
❱
4.3.2.1.
Map
4.3.2.2.
Record
4.3.3.
Table
4.4.
Behavioral Types
❱
4.4.1.
object
4.4.2.
stream
4.4.3.
error
4.4.4.
typedesc
4.4.5.
function
4.4.6.
future
4.5.
Other Types
❱
4.5.1.
any
4.5.2.
anydata
4.5.3.
byte
4.5.4.
json
4.5.5.
union
5.
Ballerina How To Snippets
❱
5.1.
Download a file from URL using Ballerina
5.2.
Validating email address using Regex in Ballerina
6.
Usecases
❱
6.1.
Ballerina GraphQL with multiple data sources
6.2.
WebSocket based stock updates with Ballerina
6.3.
Ballerina HTTP Service for book and movie search
7.
Articles and blogs
8.
Videos and talks
Light (default)
Rust
Coal
Navy
Ayu
Learning Ballerina
Sequence Types
Ballerina supports follwoing sequence types.
Sequence Types
String
XML