Skip to content

Commit de8f6d8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 53bf8e8 + 4c654c4 commit de8f6d8

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
A simple, easy and very configurable configuration language.
33
---
44
## Default Data Types:
5-
| Data Type | Java | Usage Example |
6-
|-----------|-----------|----------------------------------------------|
7-
| String | String | `'Hello'`, `"Hello"`, `Hello` |
8-
| Boolean | Boolean | `True`, `False`, `true`, `false` |
9-
| Byte | Byte | `13B` |
10-
| Short | Short | `255S` |
11-
| Integer | Integer | `100` |
12-
| Double | Double | `10.5D` |
13-
| Float | Float | `10.00F` |
14-
| Long | Long | `100000L` |
15-
| Character | Character | `'A'C` |
16-
| UUID | UUID | `uuid(4ad4c78c-d4a4-4d25-91cf-4f001efc46c0)` |
5+
| Data Type | Java | Usage Example |
6+
|------------|----------------------|----------------------------------------------|
7+
| String | String | `'Hello'`, `"Hello"`, `Hello` |
8+
| Boolean | Boolean | `True`, `False`, `true`, `false` |
9+
| Byte | Byte | `13B` |
10+
| Short | Short | `255S` |
11+
| Integer | Integer | `100` |
12+
| Double | Double | `10.5D` |
13+
| Float | Float | `10.00F` |
14+
| Long | Long | `100000L` |
15+
| Character | Character | `'A'C` |
16+
| UUID | UUID | `uuid(4ad4c78c-d4a4-4d25-91cf-4f001efc46c0)` |
17+
| Byte Array | byte[] (Uses Base64) | `base64(base64ValueHere...)` |
1718
---
1819
## Custom Data Types
1920
You can register your own data types and also a custom section parser

0 commit comments

Comments
 (0)