Added JSON support. (0.28.0)
This commit is contained in:
parent
0fa6d56c14
commit
afb0e8cd3a
16 changed files with 521 additions and 3 deletions
|
|
@ -141,6 +141,10 @@ static const char *opcode_name(OpCode op) {
|
|||
case OP_SHR: return "SHR";
|
||||
case OP_ROTL: return "ROTL";
|
||||
case OP_ROTR: return "ROTR";
|
||||
case OP_JSON_PARSE: return "JSON_PARSE";
|
||||
case OP_JSON_STRINGIFY: return "JSON_STRINGIFY";
|
||||
case OP_JSON_FROM_FILE: return "JSON_FROM_FILE";
|
||||
case OP_JSON_TO_FILE: return "JSON_TO_FILE";
|
||||
case OP_PCSC_ESTABLISH: return "PCSC_ESTABLISH";
|
||||
case OP_PCSC_RELEASE: return "PCSC_RELEASE";
|
||||
case OP_PCSC_LIST_READERS: return "PCSC_LIST_READERS";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue