Format Json.roc

This commit is contained in:
Ayaz Hafiz 2022-07-19 14:28:09 -04:00
parent cf158d21ed
commit 3a57af8731
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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 {}