0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- better recursive object description - check for protocols declared on NSArray and NSDictionary - allows now only Index, Optional and/or a JSONModel class name More... over 11 years ago
unit tests for ConvertOnDemand properties More... over 11 years ago
regroup source files More... over 11 years ago
xcode More... over 11 years ago
use lazy loading More... over 11 years ago
JSONModelArray is a "subclass" of NSArray, which provides lazy loading for models stored in the array More... over 11 years ago
docs for ConvertOnDemand More... over 11 years ago
the methods should throw an exception if called on an ordinary NSArray instance More... over 11 years ago
added the category to expose invisible methods More... over 11 years ago
added ConvertOnDemand protocol, which turns NSArray of models to JSONModelArray instances More... over 11 years ago
category to expose invisible JSONModelArray methods More... over 11 years ago
added an umbrella header More... over 11 years ago
docs fix More... over 11 years ago
changed method name More... over 11 years ago
xcode More... over 11 years ago
validation test suite More... over 11 years ago
model validation error More... over 11 years ago
model validation added + small refactor More... over 11 years ago
model validation tests More... over 11 years ago
xcode More... over 11 years ago
typo More... over 11 years ago
more on comparison More... over 11 years ago
added compare: method More... over 11 years ago
Tests for exporting and import models More... over 11 years ago
NB! property values that are nil, are now exported as JSON null, so that the model required keys are preserved in the exported JSON. ie. if the JSON is to be re-imported again to a model, properties won't be missing, because their value was nil at the time of the export More... over 11 years ago
refactoring for speed More... over 11 years ago
make copies of the attribute & protocol names More... over 11 years ago
doh - benchmark on the same thread you idiot More... over 11 years ago
xcode changes More... over 11 years ago
test for snake case to camel case conversion More... over 11 years ago