You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the years since first designing the Launchpad, I've grown quite fond of YAML. Much less verbose, and feature-richer, than JSON, I can hardly resist the urge to use it as a replacement for JSON wherever I can.
Replace Gson dependency with something YAML-enabled. (Not sure what yet, but I'll figure it out.)
In the years since first designing the Launchpad, I've grown quite fond of YAML. Much less verbose, and feature-richer, than JSON, I can hardly resist the urge to use it as a replacement for JSON wherever I can.