Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16)
This commit is contained in:
parent
d1d4adbf2c
commit
3e0d47a268
35 changed files with 677 additions and 38 deletions
6
docs/external/json.md
vendored
6
docs/external/json.md
vendored
|
|
@ -4,12 +4,14 @@
|
|||
- Purpose: JSON parse/stringify and file helpers via json-c.
|
||||
- Homepage: https://json-c.github.io/json-c/
|
||||
|
||||
Opcodes:
|
||||
## Opcodes:
|
||||
|
||||
- OP_JSON_PARSE: pops text; pushes value or Nil on error
|
||||
- OP_JSON_STRINGIFY: pops pretty:int(0/1), value; pushes string
|
||||
- OP_JSON_FROM_FILE: pops path; pushes value or Nil
|
||||
- OP_JSON_TO_FILE: pops pretty:int(0/1), value, path; pushes 1/0
|
||||
|
||||
Notes:
|
||||
## Notes:
|
||||
|
||||
- Requires json-c development headers/libs.
|
||||
- When disabled, functions push empty/neutral values similar to other optional modules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue