We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcdf18 commit 7a4841aCopy full SHA for 7a4841a
README.md
@@ -512,6 +512,8 @@ bool number_float(number_float_t val, const string_t& s);
512
513
// called when a string is parsed; value is passed and can be safely moved away
514
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);
517
518
// called when an object or array begins or ends, resp. The number of elements is passed (or -1 if not known)
519
bool start_object(std::size_t elements);
0 commit comments