| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| get_jonquil_version | jonquil_version | Subroutine | Getter function to retrieve jonquil version |
| json_dump | jonquil_ser | Interface | |
| json_dumps | jonquil_ser | Interface | |
| json_load | jonquil_parser | Interface | Load a TOML data structure from the provided source |
| json_loads | jonquil_parser | Interface | Load a TOML data structure from a string |
| json_serialize | jonquil_ser | Function | Serialize a JSON value to a string and return it. |
| new_lexer_from_file | jonquil_lexer | Subroutine | Create a new instance of a lexer by reading from a file |
| new_lexer_from_string | jonquil_lexer | Subroutine | Create a new instance of a lexer by reading from a string. |
| new_lexer_from_unit | jonquil_lexer | Subroutine | Create a new instance of a lexer by reading from a unit. |