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)
32
-
-`skipkeys` - default `true` Skips invalid keys. If false throws error on invalid key.
32
+
-`skip_keys` - default `true` Skips invalid keys. If false throws error on invalid key.
33
33
- Valid key types: `boolean`, `nil`, `string`
34
-
-`sortKeys` - whether to sort keys in objects
34
+
-`sort_keys` - whether to sort keys in objects
35
35
-`item_sort_key` - sort function which is passed to `table.sort` sorting object keys
36
-
-`invalidObjectsAsType` if true functions and others objects are replaced with their type name in format `__lua_<type>` e.g. `__lua_function`
36
+
-`invalid_objects_as_type` 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 (non indented HJSON is JSON, automatically forwards to `_to_json` version)
44
-
-`skipkeys` - default `true` Skips invalid keys. If false throws error on invalid key.
44
+
-`skip_keys` - default `true` Skips invalid keys. If false throws error on invalid key.
45
45
- Valid key types: `boolean`, `nil`, `string`
46
-
-`sortKeys` - whether to sort keys in objects
46
+
-`sort_keys` - whether to sort keys in objects
47
47
-`item_sort_key` - sort function which is passed to `table.sort` sorting object keys
48
-
-`invalidObjectsAsType` if true functions and others objects are replaced with their type name in format `__lua_<type>` e.g. `__lua_function`
48
+
-`invalid_objects_as_type` if true functions and others objects are replaced with their type name in format `__lua_<type>` e.g. `__lua_function`
0 commit comments