Skip to content

inflated-goboscript/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json.gs

This is a JSON decode/encoder library which is built for goboscript. It is designed to be used with backpack

Installation

To use this, make sure to install backpack

You can use the json library by adding these lines to goboscript.toml:

[dependencies]
json = "https://github.com/FAReTek1/json@<the version you want to use>"

Then, add this %include to your gs file: you can also use this to just %include everything

%include backpack/json/json.gs