Do not instantiate JsonParser 56/99356/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Jan 2022 11:42:49 +0000 (12:42 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Jan 2022 11:43:40 +0000 (12:43 +0100)
JsonParser.parse() should not be used, but rather its equivalent static
methods should be invoked. Migrate tests to do so, fixing a few warnings
in the process.

Change-Id: I6bbfad51c584a5dc0e752bcbb1ed2ec3cdff483f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found