Is ArduinoJson Pointless?

Extracting values from JSON using ArduinoJson almost-always** takes many times longer and consumes many times more memory than just parsing the JSON “on-demand” every time you want to extract a value. RaftJson is an on-demand parser which is many times quicker than ArduinoJson in most real-world uses.