Skip to content

Commit

Permalink
add missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomkow committed Jul 19, 2024
1 parent 33c3bc8 commit 8aafbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .parser import Parser
from .functions import find_key, find_keys, find_key_chain, find_key_value
from .functions import find_key, find_keys, find_key_chain, find_key_value, find_value

0 comments on commit 8aafbe2

Please sign in to comment.