Versions Compared

Key

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

JSON is a lightweight, plain text data format. It’s become a standard that is widely used across many industries, even healthcare.

Its simple structure makes it a good example to review some key Lua and Translator concepts.

...

Expand
titleImport the JSON Filter Tutorial component using +FROM URL

This component includes sample JSON data Sample Data to make it easier to learn how to filter messages.

You can useUseCreate component +FROM URL to import the component.

Copy paste the following URL:

Code Block
git@bitbucket.org:interfaceware/json_tutorial.git
If you don’t know how, see Sample Data for how to add sample files to a project.
Expand
titleClick on the Customize then the Copy and Edit button so you can access the Translator and alter the code

Refer to Customizing components to see how it's done if you have not done this before.

...