MCPcopy Create free account
hub / github.com/FastLED/FastLED / serialize

Method serialize

src/fl/stl/json.h:777–777  ·  view source on GitHub ↗

Serialize method for compatibility

Source from the content-addressed store, hash-verified

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;

Callers 3

infoJsonStringNewMethod · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected