O
O
open0322018-09-26 13:37:27
Android
open032, 2018-09-26 13:37:27

How to parse encrypted JSON?

There is data that I get through the URL and it looks like this
{"total":70255,"last":"2018-09-25 13:11:00","quotes":[{"id":452415,"description": "\u0412\u043e\u0442 \u0443\u043c\ u0438 \u0440\u0430\ u0435 etc.
I can parse plain, unencrypted JSON. readable form in the application in the TextView display?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bask, 2018-09-26
@bask

This is NOT encrypted JSON.
This is a regular string, but in UTF encoding.
Learn and try:
tutorials.jenkov.com/java-internationalization/uni...
techidiocy.com/replace-unicode-characters-from-jav...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question