This is the ThingsDB documentation for version v0, click here for the latest version!

load

Load mpdata into ThingsDB.

This function does not generate an event.

Function

mpdata.load()

Arguments

None

Return value

Returns a ThingsDB object.

Example

This code uses load():

admin = user_info('admin').load();

// `admin` is now a ThingDB object.
admin.name;

Return value in JSON format

"admin"