C
C
CubixSystem2015-08-30 20:40:43
JavaScript
CubixSystem, 2015-08-30 20:40:43

How to get a JSON key that contains a comma?

Good afternoon!
When communicating with the pyphrasy service API, the following JSON is passed in response:

{
  "datv": "склонятору словосочетаний",
  "gent,plur": "склоняторов словосочетаний",
  "orig": "склонятор словосочетаний" 
}

How to refer to a key "gent,plur"in JS language?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Defman21, 2015-08-30
@CubixSystem

array['gent,plur']?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question