File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ console.log(jsStringify(obj, options));
56
56
- ` space ` (optional): Specifies the number of spaces to use for indentation, defaults to ` 0 ` .
57
57
- ` replacer ` (optional): A function that alters the behavior of the stringification process by filtering and transforming the values.
58
58
- ` quotes ` (optional): Determines the type of quotes around strings. Can be ` 'single' ` , ` 'double' ` , or determined automatically to avoid escapes.
59
+ - ` inlineArrayLimit ` (optional): Allows arrays to be serialized inline if they have fewer elements than the specified limit.
60
+ - ` camelCase ` (optional): When set to ` true ` , object keys are transformed into camelCase.
61
+ - ` camelCaseFn ` (optional): A custom function that can be provided to convert object keys into camelCase using a custom transformation logic.
59
62
60
63
## Contributing
61
64
You can’t perform that action at this time.
0 commit comments