ParsecJSONCommand
voidParsecJSONCommand(Parsec *ps,const char *json)
Execute a Parsec command from a JSON string.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | json | JSON string with the command. {"function": "function", "...":"..."} |