| 698 | // Compatibility with existing API for array/object access |
| 699 | size_t get_size() const FL_NOEXCEPT { return size(); } |
| 700 | size_t getSize() const FL_NOEXCEPT { return size(); } |
| 701 | |
| 702 | // Set methods for building objects |
| 703 | void set(const fl::string& key, const json& value) FL_NOEXCEPT { |
no test coverage detected