The newdatabasewithjson statement creates a new database using a JSON file.
Parameters
This statement has one parameter:
jsonfile – path and name of JSON file, or "" to ask user.
Description
This statement creates a new database from data in a JSON file. Here is an example that creates a new database from a file named Mailing List.json.
newdatabasewithjson "~/Dropbox/MailingList.json"
Note: This statement is used by the File>New>New Database from JSON File menu command.
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |