GUI
Using JR GUI
JR can be used with a GUI to facilitate template testing/editing.
Just use the jr server
command and connect to the 7482
port (which is JR in ASCII).
On the landing page, you’ll find a link to the template editor:
Click on “Go to editor” to access the development page:
Begin creating your template. The editor will automatically update the resulting output in the panel at the bottom:
As you edit, you might encounter error messages related to invalid templates or non-existent functions:
Once the template is valid, the final, usable version will be displayed within a green rectangle:
When working with JSON, you can enable JSON output validation, check Pretty print json output
:
With pretty-printed JSON output, the editor will highlight errors in both template syntax and JSON validity:
Now, you can generate new output to ensure that the templates match the desired results.
During the editing process, you can use the Function finder
to quickly access relevant documentation: