Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 507 Bytes

File metadata and controls

19 lines (14 loc) · 507 Bytes

0.1.0+2

  • Fixed README formatting for better pub.dev display

0.1.0+1

  • Fixed README formatting for better pub.dev display

0.1.0

  • Initial release
  • Dynamic JSON parsing without model classes
  • Type-safe getters (getString, getInt, getDouble, getBool)
  • Support for nested objects and lists
  • Automatic schema change detection
  • Optional local caching with SharedPreferences
  • Comprehensive test coverage
  • Complete example app with 6 interactive demonstrations
  • Full documentation and guides