Create methods for compatibility
| 769 | |
| 770 | // Create methods for compatibility |
| 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(); } |