_
is an escape character for IM mode. For example, you can create a list["me", "you"]
by enteringme_,you
_true
means boolean True instead of string"true"
, similarly_false
is boolean False instead of string"false"
_null
is comprehended as None (or in json null)_x
exits the current process and go back to the parent menu_file path_to_file
the string property will be read ffrom file path_to_file_q
refers toquit
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.