Skip to content

Commit

Permalink
📚 docs: update README.md #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 13, 2025
1 parent 99c3ce5 commit ced7a0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,17 @@ eg.
> stock.0.description.@wc >> 42
> author|@padLeft:{"padding": "*", "length": 15}|@string >> "***********subs"
> author|@padRight:{"padding": "*", "length": 15}|@string >> "subs***********"
> bank.0.@pretty:{"sort_keys": true} >>
{
"address": "766 Cooke Court, Dunbar, Connecticut, 9512",
"age": 26,
"balance": "$1,404.23",
"company": "HINWAY",
"email": "[email protected]",
"eyeColor": "blue",
"gender": "male",
"isActive": false,
"name": "Stark Jenkins",
"phone": "+1 (943) 542-3591"
}
```

0 comments on commit ced7a0d

Please sign in to comment.