Carpet

Carpet

2M Downloads

scarpet should have native support for json and b64 de/serializers

gnembon opened this issue ยท 2 comments

commented

maybe rename for consistency?
parse_nbt -> decode_nbt

then

decode_b64(string) -> string
encode_b64(string) -> string
decode_json(string) -> value
encode_json(value) -> string

commented

wdym b64? also the json stuff would be pretty easy ngl, cos of parseJSON function in Value.java (or whatever it's called, I cant remember)

commented

b64 == base64.