json decode

  1. M

    Android Question Sort json

    How can I sort the following JSON based on the 'amount' in ascending order? I need a function that takes the JSON, sorts it, and returns the sorted JSON as output...
  2. D

    Android Question JSON parser

    Hey I faced such a problem, I will be glad to any advice or help, perhaps someone has already encountered such a problem. I store my data encoded as strings (locally and on a remote server, like base64). Now, when I receive a JSON file, I get an error because the string that I need to decode has...
  3. peacemaker

    Android Question DButils: error-free JSON import into SQLite

    HI, All If we have HTTP API and get the JSON reply that should be saved into SQLite DB table - the API may be changed, extra fields can be added into JSON suddently... The SQLite DB structure is always fixed, so the task is to automate any JSON import (insert to or update the table), but only...
  4. M

    iOS Question problem with arabic character in JSON

    Hi all im a ios dev for a project that hosted with asp.net every thing is ok but in some api that have arabic character it shown coded when i log whole job.getstring it shows {"msg":{"IsError":false,"Message":"","eCode":0,"StartDate":"7/23/2018 1:49:56 PM","EndDate":"7/23/2018 1:49:56...
Top