Changes between Version 90 and Version 91 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
07/31/26 12:03:00 (11 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v90 v91  
    22
    33== 2026-07-31 JSON Updates ==
    4 //lib825ev// has new updates to facilitate apps using JSON files for storing settings. We will be moving away from the CArchive files to JSON files for app settings. Refer to //jsonobject.h// and //jsonobject.cpp// in the library.
     4//lib825ev// has new updates to facilitate apps using JSON files for storing settings. We will be moving away from the CArchive files to JSON files for app settings. Refer to //jsonobject.h// and //jsonobject.cpp// in the library. Arrays of objects and //std::vector// of //CJSONObject// are now supported by these classes.
    55
    66== 2026-02-16 Standard App SVN structure ==