JSON file format: action - GraphWalker/graphwalker-project GitHub Wiki
A single GraphWalker action representation in JSON.
Action
"<JAVA SCRIPT;>"
The action is a piece of java script code that you want the model to execute.
It has to end with a semicolon.
Example
This is an example of an action from the PetClinic test.
"numOfPets=0;"