jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

Static function Json::tohex16Bit does not present in headers

Open YuriyRusinov opened this issue 4 months ago • 1 comments

Describe the bug I try to transform uint64 value to hexadecimal string using static function toHex16Bit(), but compiler gives an error that function toHex16Bit is not a member of Json.

To Reproduce Steps to reproduce the behavior:

  1. String s = Json::toHex16Bit ( unsigned int x );

Expected behavior Successfull compilation.

Desktop (please complete the following information):

  • OS: Linux
  • Meson version: 1.7.2
  • Ninja version: 1.13.1

Additional context Add any other context about the problem here.

YuriyRusinov avatar Aug 27 '25 08:08 YuriyRusinov