How do I implement a finite state machine by kotli...
# random
s
How do I implement a finite state machine by kotlin from a JSON file? the json file is like this I could implement FSM by predefine class like this lib but I have no idea how to build FSM from a json file?