Files
runelite/http-service
Adam 9cd7060035 config service: avoid raising a json exception on non json input
The config service accepts in strings instead of json strings, however
this causes the normal control flow to throw a json parsing exception.
Since this happens so frequently it is using a measurable amount of CPU
time, so avoid it in the common case by testing if the string is json
first
2021-12-07 19:50:52 -05:00
..
2021-12-01 12:37:15 +00:00