YackerYan
Results
2
issues of
YackerYan
Fixes #1616 Add support for controlling the precision of JSON string output through parameters, including two modes: decimal places and significant figures.
Problem Description The current toStyledString method uses a default StreamWriterBuilder, which has the following limitations: Users cannot customize the output format, lacking flexibility For decimal-type data, there is no convenient...