I have the json array:
{
"ServerInfo" : {
"vkapikey" : "e28003ds382nsd9805fe0b6fbg1jkh3b12lk1ab23491205e3f17484f30ef40031c0464",
"vksecretkey" : "dlfJFshasdsDMNN",
"vkreturn" : "152f81",
"version" : "5.80",
"groupid" : "159344234"
}
}
When I have json _decode()
and then again json_encode()
after that it becomes so:
{"vkapikey":"e28003ds382nsd9805fe0b6fbg1jkh3b12lk1ab23491205e3f17484f30ef40031c0464","vksecretkey":"dlfJFshasdsDMNN","vkreturn":"15asd2fs3f81","version":"5.80","groupid":"159344234"}
How to make it so that he does not become so not beautiful?