dwsJSON on Android

Issue #207 new
Former user created an issue

Hi Eric,

The efficiency, performance and most of all the ease of use, far out way the built in JSON objects for my uses. Thanking you for making dwsJSON.

Would you ever consider abstracting it further so that it could be used when compiling for Android? Or assisting me to do it? The dwsXPlatform unit is the first stumbling block, little ironic given the name of the unit :-)

Best Regards, Sean

Comments (1)

  1. Eric Grange repo owner

    Hi, ideally, dwsXPlatform will be the main stumbling block, as it’s there to regroup all the platform-specific bits.
    You may be able to get some of the way by having the Android platform be qualified (in the conditional defines) as a LINUX platform, I would guess it is currently unidentified, as so far Android compatibility has not been looked at at all.
    Beyond that having a test case runner that compiles on the Android platform will likely be necessary.

  2. Log in to comment