Hello:) Is it possible to decode json element (es...
# serialization
o
Hello:) Is it possible to decode json element (especially - jsonobject) inside of deserialize method of serializer even when decode was not created inside Json StringFormat?
k
Just to clarify, is this similar to what you want to deserialise?
Copy code
<foo>
	<bar>
		{
			"a" = 5,
			"b" = null
		}
	</bar>
</foo>
o