Interface JsonLikeStructure

All Known Implementing Classes:
JacksonStructure

public interface JsonLikeStructure
This interface is the generic representation of any sort of data structure that looks and smells like JSON. These data structures can be abstractly viewed as a invalid input: '<'code.Map or List whose members are other Maps, Lists, or scalars (Strings, Numbers, Boolean)
Author:
Bill.Denton