The cl-json-helper Reference Manual

This is the cl-json-helper Reference Manual, version 1.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:21:48 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-json-helper

Handy extras for cl-json

Author

Bob Felts <>

License

BSD

Version

1.1.0

Dependency

cl-json (system).

Source

cl-json-helper.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-json-helper/cl-json-helper.asd

Source

cl-json-helper.asd.

Parent Component

cl-json-helper (system).

ASDF Systems

cl-json-helper.


3.1.2 cl-json-helper/package.lisp

Source

cl-json-helper.asd.

Parent Component

cl-json-helper (system).

Packages

cl-json-helper.


3.1.3 cl-json-helper/cl-json-helper.lisp

Dependency

package.lisp (file).

Source

cl-json-helper.asd.

Parent Component

cl-json-helper (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-json-helper

Source

package.lisp.

Nickname

xjson

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: json-bool (val)
Package

cl-json-helper.

Source

cl-json-helper.lisp.

Function: json-empty ()
Package

cl-json-helper.

Source

cl-json-helper.lisp.

Function: json-key-value (key list &key test)
Package

cl-json-helper.

Source

cl-json-helper.lisp.

Function: value-of (list &rest keys)
Package

cl-json-helper.

Source

cl-json-helper.lisp.


5.1.2 Standalone methods

Method: encode-json ((object json-false-obj) &optional stream)
Package

json.

Source

cl-json-helper.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *json-empty-obj*
Package

cl-json-helper.

Source

cl-json-helper.lisp.

Special Variable: *json-false-obj*
Package

cl-json-helper.

Source

cl-json-helper.lisp.


5.2.2 Ordinary functions

Function: value-of-helper (list keys)
Package

cl-json-helper.

Source

cl-json-helper.lisp.


5.2.3 Classes

Class: json-empty-obj
Package

cl-json-helper.

Source

cl-json-helper.lisp.

Class: json-false-obj
Package

cl-json-helper.

Source

cl-json-helper.lisp.

Direct methods

encode-json.


Appendix A Indexes


A.1 Concepts