json encrypt

  1. IslandMedic

    B4J Question Error when encrypting a json string

    Here is the json string I am attempting to encrypt. { "root": [ { "user_name": 0, "id": 1607406053, "status": "online" }, { "user_name": 0, "id": 2112661677, "status": "offline" } ] }...
Top