(Object jsonString)
| 551 | } |
| 552 | |
| 553 | public static Object jsonParse(Object jsonString) { |
| 554 | return JsonHelper.deserialize((String) jsonString); |
| 555 | } |
| 556 | |
| 557 | public static Object getExchangeProp(Object exchange, Object prop) { |
| 558 | return getExchangeProp(exchange, prop, null); |
no test coverage detected