Guest User

Untitled

a guest
Jan 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {"code":""xx"","aCode":"["ab1","ab2"]","date":""20150130"","wNames":"["one","two"]","cDate":""20261231"","aid":"aid=01,aid=011,id=1,ou=group,o=org","rCode":""xxx:yyy:zzz"","bFuncs":"["c1","c2"]","awCodes":"["100:200:300","101:201:301"]","wCodes":"["100001","100002"]","lName":"""admin":"manager - A and C":"develop""","aid":""011""}
  2.  
  3. {"code":"xx","aCode":["ab1","ab2"],"date":"20150130","wNames":["one","two"],"cDate":"20261231","aid":"aid=01,aid=011,id=1,ou=group,o=org","rCode":"xxx:yyy:zzz","bFuncs":["c1","c2"],"awCodes":["100:200:300","101:201:301"],"wCodes":["100001","100002"],"lName":""admin":"manager - A and C":"develop"","aid":"011"}
  4.  
  5. jsonString = jsonString.replaceAll("\\", "");
  6. jsonString = jsonString.replace("""", """);
  7. jsonString = jsonString.replace(""[", "[").replace("]"", "]");
  8.  
  9. {"code":"xx","aCode":["ab1","ab2"],"date":"20150130","wNames":["one","two"],"cDate":"20261231","aid":"aid=01,aid=011,id=1,ou=group,o=org","rCode":"xxx:yyy:zzz","bFuncs":["c1","c2"],"awCodes":["100:200:300","101:201:301"],"wCodes":["100001","100002"],"lName":""admin":"manager - A and C":"develop"","aid":"011"}
Add Comment
Please, Sign In to add comment