Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example on how to read data from a JSMA filesusers:

Code Block
languagejs
linenumberstrue
...
users.findByName('alice'); // => user
...

Methods

The JSMA user users provides the following methods:

...