JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It is easy for humans to read and write. This serializer is fully COMPATIBLE
with the JavaScript/Node version of Moleculer, use this if possible.
Required dependency: none / optional (eg. if you add Jackson API to
the classpath, JsonSerializer will user Jackson parser)