Add custom field to JSON (for comparison/analysis tests)
| 78 | |
| 79 | /// Add custom field to JSON (for comparison/analysis tests) |
| 80 | void set(const char* key, const fl::json& value) { |
| 81 | m_result.set(key, value); |
| 82 | } |
| 83 | |
| 84 | void set(const char* key, const char* value) { |
| 85 | m_result.set(key, value); |
no outgoing calls