JSON Guides
1 article
Using JSON
Written by Richard Denton on Oct 3 2017
JSON is a human-readable text format consisting of key/value pairs and arrays. SplashKit allows us to read through these files and create our own. This article explains the basics of doing so with SplashKit.
Read More