Skip to content

Commit 7a4841a

Browse files
committed
📝 add binary() function to SAX documentation
1 parent bbcdf18 commit 7a4841a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ bool number_float(number_float_t val, const string_t& s);
512512

513513
// called when a string is parsed; value is passed and can be safely moved away
514514
bool string(string_t& val);
515+
// called when a binary value is parsed; value is passed and can be safely moved away
516+
bool binary(binary_t& val);
515517

516518
// called when an object or array begins or ends, resp. The number of elements is passed (or -1 if not known)
517519
bool start_object(std::size_t elements);

0 commit comments

Comments
 (0)