inkjs
inkjs copied to clipboard
export `JsonSerialisation`
In some cases, i want to parse some objects from json file
such as global decl
, so that i can get all the variable names that defined in the ink
. And i want to get all the KNOTS
, DIVERTS
, CHOICES
before start game.
So could we export the JsonSerialisation
to allow users to utilize it directly in their own code?