Interface SOData

All Superinterfaces:
AbstractData<String,Object>, Datable, Iterable<Entry<String,Object>>, SAOData<Object>, SAODatable, SODatable
All Known Subinterfaces:
SODataWrapper
All Known Implementing Classes:
SODataListImpl, SODataMapImpl, SODataWrapperImpl

public interface SOData extends SAOData<Object>, SODatable
This represents a AbstractData, but the keys are strings and the values are objects.

SOData can be parsed to a json and json can be parsed to SOData using JsonParser. See JsonParser for restrictions.

There are different SOData implementations:
The static methods of this interface should be used to create new SOData instances: