Skip to content

Commit a8047f4

Browse files
committed
readme
1 parent cd38dbf commit a8047f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ console.log(jsStringify(obj, options));
5656
- `space` (optional): Specifies the number of spaces to use for indentation, defaults to `0`.
5757
- `replacer` (optional): A function that alters the behavior of the stringification process by filtering and transforming the values.
5858
- `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.
5962

6063
## Contributing
6164

0 commit comments

Comments
 (0)