About 66,900 results
Open links in new tab
  1. JavaScript property access: dot notation vs. brackets?

    Another example of characters that can't be used with dot notation is property names that themselves contain a dot. For example a json response could contain a property called bar.Baz.

  2. javascript - How to read a JSON data with a dot - Stack Overflow

    Jan 17, 2020 · In JavaScript provide access to an object's properties by using the dot notation or the bracket notation,

  3. Convert string with dot notation to JSON - Stack Overflow

    Convert string with dot notation to JSON Asked 11 years, 9 months ago Modified 3 years, 10 months ago Viewed 14k times

  4. Windows PowerShell parsing json - bracket vs dot

    Jun 21, 2025 · Using Windows PowerShell terminal for running a PS script. I need to do (among the rest) some json file parsing. I ended up in a strange situation, here below posting a …

  5. Deserialize JSON with dot in property name - Stack Overflow

    I am trying to deserialize JSON with dots in the property names into a key-value format. I am using the inbuilt ASP.NET MVC model binding. It seems to be interpreting the dots as a object …

  6. How to use a dot "." to access members of dictionary?

    Mar 1, 2010 · 204 You can do it using this class I just made. With this class you can use the Map object like another dictionary (including json serialization) or with the dot notation. I hope to …

  7. javascript - JSON dot notation to string - Stack Overflow

    I am using JSON within my javascript and I am trying to get a string value for the dot notation representation. For example AAA.BBB[0].CCC.DDD[5].EEE = 123 in JSON dot notation format.

  8. How can I parse a JSON into a dynamic object allowing access to …

    Apr 27, 2023 · How can I parse a JSON into a dynamic object allowing access to fields via dot notation using System.Text.Json? Asked 2 years, 8 months ago Modified 2 years, 8 months …

  9. java - What benefits does JSON dot-notation give over hierarchical ...

    Nov 28, 2019 · We are working on a Java REST service which accepts JSON input but the consumers of this service want to send the json in dot-notation format instead of hierarchical …

  10. Editing/Accessing Powershell objects using variables with dot …

    Nov 11, 2019 · I'm trying to edit an object in PowerShell that was created through importing a JSON file. I'm then trying to use dot notation to access or amend properties of the object. For …