bigboismith@lemmy.world to Programming Horror@programming.dev · 12 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@programming.dev · 12 days agomessage-square10fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up6·11 days agoSomeone’s handed me nested base-64 encoded JSON before and to this day I am moderately annoyed at them.
minus-squareMinekPo1 [it/she]@lemmygrad.mllinkfedilinkarrow-up2·11 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-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·11 days agoI just had to add URL-encoded TOML to something due to a certain Rust crate’s constraints.
Nested json 👽
Someone’s handed me nested base-64 encoded JSON before and to this day I am moderately annoyed at them.
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.