bigboismith@lemmy.world to Programming Horror · 6 days agoFound this beauty in one of my old projects from schoollemmy.worldimagemessage-square10fedilinkarrow-up153arrow-down13
arrow-up150arrow-down1imageFound this beauty in one of my old projects from schoollemmy.worldbigboismith@lemmy.world to Programming Horror · 6 days agomessage-square10fedilink
minus-squareMinekPo1 [She/Her]@lemmygrad.mllinkfedilinkarrow-up2·5 days agounity kinda does this ! there is a json file wirh a base-64 encoded string (UTF-16 encoding) and is a completely different data structure with embedded json
minus-squarePoolloverNathanlinkfedilinkarrow-up2·5 days agoI just had to add URL-encoded TOML to something due to a certain Rust crate’s constraints.
unity kinda does this ! there is a json file wirh a base-64 encoded string (UTF-16 encoding) and is a completely different data structure with embedded json
I just had to add URL-encoded TOML to something due to a certain Rust crate’s constraints.