Node Director
JSON directory databases
Database URIs

SYNOPSYS

JSON dir database URI:

jsondir:directory

i.e.

jsondir:/var/lib/sfidirector/subdir

DESCRIPTION

The JavaScript Object Notation (JSON) file format is a common data interchange format based on a small subset of the JavaScript language. This database driver allows writing objects to JSON formatted files within a directory. Each object is represented by one JSON file. The directory structure is similiar to that of an LDIF Dir structure.

The driver writes and reads objects with

The database URI is composed of the driver name ldiffile followed by a ":" character, followed by a directory path.