Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhataprameya authored Feb 14, 2024
1 parent 8b24717 commit 3209653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ flat, err := gojsonflatten.FlattenStringNoArray(nested, "", flatten.DotStyle, -1

You can even define a custom key style for flattening:

```go
```GO
import (
"github.com/bhataprameya/gojsonflatten"
)
Expand All @@ -165,7 +165,7 @@ flat, err := gojsonflatten.FlattenString(nested, "", doubleDash, 5)

You can even define a custom key style for flattening:

```go
```GO
import (
"github.com/bhataprameya/gojsonflatten"
)
Expand Down Expand Up @@ -193,4 +193,4 @@ This library is licensed under the MIT License. See the [LICENSE](LICENSE) file

This library is a fork of `https://github.com/jeremywohl/flatten` and has been updated and modified to add additional features

#### Happy flattening! 🚀
#### Happy flattening! 🚀

0 comments on commit 3209653

Please sign in to comment.