Serialize method for compatibility
| 775 | |
| 776 | // Serialize method for compatibility |
| 777 | fl::string serialize() const FL_NOEXCEPT { return to_string(); } |
| 778 | |
| 779 | // Helper function to normalize JSON string (remove whitespace) |
| 780 | static fl::string normalize_json_string(const char* jsonStr) FL_NOEXCEPT; |
no test coverage detected