You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`indent` - default `" "`. Accepts string of whitespace characters or a number representing number of spaces (non indented HJSON is JSON, automatically forwards to `_to_json` version)
24
-
-`skipkeys` - default `true` Skips invalid keys. If false throws error on invalid key.
25
-
- Valid key types: `boolean`, `nil`, `string`
23
+
-`options` table with following values:
24
+
-`indent` - default `" "`. Accepts string of whitespace characters or a number representing number of spaces (non indented HJSON is JSON, automatically forwards to `_to_json` version)
25
+
-`skipkeys` - default `true` Skips invalid keys. If false throws error on invalid key.
26
+
- Valid key types: `boolean`, `nil`, `string`
27
+
-`item_sort_key` - sort function which is passed to `table.sort` sorting object keys
28
+
-`invalidObjectsAsType` if true functions and others objects are replaced with their type name in format `__lua_<type>` e.g. `__lua_function`
-`indent` - default `" "`. Accepts string of whitespace characters or a number representing number of spaces
32
-
-`skipkeys` - default `true` Skips invalid keys. If false throws error on invalid key.
33
-
- Valid key types: `boolean`, `nil`, `string`
34
+
-`options` table with following values:
35
+
-`indent` - default `" "`. Accepts string of whitespace characters or a number representing number of spaces (non indented HJSON is JSON, automatically forwards to `_to_json` version)
36
+
-`skipkeys` - default `true` Skips invalid keys. If false throws error on invalid key.
37
+
- Valid key types: `boolean`, `nil`, `string`
38
+
-`item_sort_key` - sort function which is passed to `table.sort` sorting object keys
39
+
-`invalidObjectsAsType` if true functions and others objects are replaced with their type name in format `__lua_<type>` e.g. `__lua_function`
0 commit comments