Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Dec 21, 2024
1 parent e19978b commit 4f3fdbb
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 246 deletions.
2 changes: 1 addition & 1 deletion fj.go
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ func Get(json, path string) Context {
for ; i < len(c.json); i++ {
if c.json[i] == '{' {
i++
parseJsonObject(c, i, path)
parseJSONObject(c, i, path)
break
}
if c.json[i] == '[' {
Expand Down
Loading

0 comments on commit 4f3fdbb

Please sign in to comment.