hammock
hammock copied to clipboard
Fixed: QueryResult was not sortable, Lists can be rendered as JSON-Objects, docs.
Fixed: ObjectStore needs the Type of the Object not its key in the HammockConfig as Parameter when calling list or one. Fixed: setHeaders does not set the HTTP Default headers. Added Correct call.
Apperently Github doesn't let me choose which commits appear in which pull request......
Added some fixes to the hammock_core.dart file. Basicly List of objects can appear as JSON-List Notation aswell as JSON-Object notation. Both are correct. These notations get deserialized into different objects (Map and List). Due to the fact that the class Map does not have a function map, an error was thrown. I added a check and a conversion from map to list.