Skip to content

Commit

Permalink
Fix ScHandler docs (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
tradiff authored May 10, 2024
1 parent 87b5ff8 commit 88ecdeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/oj/schandler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,14 @@ module Oj
#
# hash_end
#
# When a hash key is encountered the hash_key method is called with the parsed
# hash value key. The return value from the call is then used as the key in
# the key-value pair that follows.
# At the end of a JSON object element the hash_end() callback is called if
# public.
#
# hash_key
#
# At the end of a JSON object element the hash_end() callback is called if public.
# When a hash key is encountered the hash_key() method is called with the
# parsed hash value key. The return value from the call is then used as the
# key in the key-value pair that follows.
#
# hash_set
#
Expand Down

0 comments on commit 88ecdeb

Please sign in to comment.