Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. "fields": {
  2. "x1": {
  3. "name": "AnExteremLongName"
  4. },
  5. "x2": {
  6. "name": "AnotherExteremLongName"
  7. },
  8. },"row": [
  9. {
  10. "x1": {
  11. "name":"Some random Text"
  12. },
  13. "x2": {
  14. "name":"Other random Text"
  15. }
  16. }, ....
  17.  
  18. String getParamNamebyValue(String ParamValue);
Add Comment
Please, Sign In to add comment