hammock icon indicating copy to clipboard operation
hammock copied to clipboard

Fixed: QueryResult was not sortable, Lists can be rendered as JSON-Objects, docs.

Open Toasterson opened this issue 10 years ago • 1 comments

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.

Toasterson avatar Apr 17 '15 09:04 Toasterson

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.

Toasterson avatar May 06 '15 12:05 Toasterson