Update README

This commit is contained in:
Jordan Irwin 2021-08-28 21:02:16 -07:00
parent 71fd65846c
commit 118877f100

@ -27,7 +27,9 @@ There are two methods:
- converts table to json data & writes to file in world directory. - converts table to json data & writes to file in world directory.
- fname: File basename without suffix (e.g. "my_config" or "my_mod/my_config"). - fname: File basename without suffix (e.g. "my_config" or "my_mod/my_config").
- data: Table containing data to be exported. - data: Table containing data to be exported.
- styled: Outputs in a human-readable format if this is set (default: true). - flags: Table of modifying flags.
- styled: Outputs in a human-readable format if this is set (default: true).
- null_to_table: "null" values will be converted to tables in output (default: `false`).
``` ```
### Requirements: ### Requirements: