| 771 | static json create_array() FL_NOEXCEPT { return json::array(); } |
| 772 | static json create_object() FL_NOEXCEPT { return json::object(); } |
| 773 | static json createArray() FL_NOEXCEPT { return json::array(); } |
| 774 | static json createObject() FL_NOEXCEPT { return json::object(); } |
| 775 | |
| 776 | // Serialize method for compatibility |