Rewrote many parts of library(json) to leave no choicepoints when generating JSON. However, the generating performance actually worsened slightly...
This commit is contained in:
@@ -539,6 +539,8 @@ The modules that ship with Scryer Prolog are also called
|
||||
ECDH key exchange over Curve25519 (X25519), authenticated symmetric
|
||||
encryption with ChaCha20-Poly1305, and reasoning about elliptic curves.
|
||||
* [`uuid`](src/lib/uuid.pl) UUIDv4 generation and hex representation
|
||||
* [`json`](src/lib/json.pl) [JSON](https://www.json.org/json-en.html)
|
||||
parsing and generation (beta version, subject to interface changes).
|
||||
|
||||
To use predicates provided by the `lists` library, write:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user