Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 13, 2024
1 parent cd38dbf commit a8047f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ console.log(jsStringify(obj, options));
- `space` (optional): Specifies the number of spaces to use for indentation, defaults to `0`.
- `replacer` (optional): A function that alters the behavior of the stringification process by filtering and transforming the values.
- `quotes` (optional): Determines the type of quotes around strings. Can be `'single'`, `'double'`, or determined automatically to avoid escapes.
- `inlineArrayLimit` (optional): Allows arrays to be serialized inline if they have fewer elements than the specified limit.
- `camelCase` (optional): When set to `true`, object keys are transformed into camelCase.
- `camelCaseFn` (optional): A custom function that can be provided to convert object keys into camelCase using a custom transformation logic.

## Contributing

Expand Down

0 comments on commit a8047f4

Please sign in to comment.