Faced the urgent need to write a small JS script (which I never worked on) that would handle JSON. The problem is this. In this JSON there are fields of the form: field_name/_link , field_name/_text . Normal fields are processed normally (without / ), but when you try to query the .field_name/_text , an error is reported that the field is not certain.
Please explain what role does the symbol / in JSON or JS. The main problem is that I do not know where, and what to look for.