| 157 | } |
| 158 | |
| 159 | std::string to_pretty_json_string(const value& val, std::size_t indent) |
| 160 | { |
| 161 | json j = val; |
| 162 | return j.dump(indent); |
| 163 | } |
| 164 | |
| 165 | migraphx::value from_json_string(const char* str, std::size_t size) |
| 166 | { |
no outgoing calls
no test coverage detected