Asks a `JsonSerializable` implementation to deserialize the property contained inside `property_node` and place its value into `value`.
The `value` can be:
this |
a serializable object |
property_name |
the name of the property to serialize |
value |
a pointer to an uninitialized value |
pspec |
a property description |
property_node |
the JSON node containing the serialized property |
`TRUE` if the property was successfully deserialized |