mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Format Json.roc
This commit is contained in:
parent
cf158d21ed
commit
3a57af8731
1 changed files with 22 additions and 1 deletions
|
@ -32,7 +32,28 @@ interface Json
|
|||
},
|
||||
]
|
||||
|
||||
Json := {} has [EncoderFormatting { u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, f32, f64, dec, bool, string, list, record, tag }]
|
||||
Json := {} has [
|
||||
EncoderFormatting {
|
||||
u8,
|
||||
u16,
|
||||
u32,
|
||||
u64,
|
||||
u128,
|
||||
i8,
|
||||
i16,
|
||||
i32,
|
||||
i64,
|
||||
i128,
|
||||
f32,
|
||||
f64,
|
||||
dec,
|
||||
bool,
|
||||
string,
|
||||
list,
|
||||
record,
|
||||
tag,
|
||||
},
|
||||
]
|
||||
|
||||
toUtf8 = @Json {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue