![]() |
MySQL 9.5.0
Source Code Documentation
|
Classes | |
| class | My_pretty_writer |
| Pretty JSON wrapper with custom conversion of the Double value using the my_gcvt function ported from the server, which generates a string value with the most number of significat digits and thus precision. More... | |
| class | My_writer |
| Raw JSON wrapper with custom conversion of the Double value using the my_gcvt function ported from the server, which generates a string value with the most number of significat digits and thus precision. More... | |
| class | Pretty_writer |
| class | Raw_writer |
| class | Stream_writer |
| class | String_stream |
Functions | |
| size_t | fmt_double (double d, char *buffer, size_t buffer_len) |
| size_t shcore::anonymous_namespace{utils_json.cc}::fmt_double | ( | double | d, |
| char * | buffer, | ||
| size_t | buffer_len | ||
| ) |