Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8767563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:50:50+00:00 2026-06-13T16:50:50+00:00

I have a JSON of following format, { A.B.C : a.b.c, C.D.E : c.d.e

  • 0

I have a JSON of following format,
{
"A.B.C" : "a.b.c",
"C.D.E" : "c.d.e"
}

but I’m unable to parse this json in javascript.How can I get the value of “A.B.C”?

And I want to load this JSON in the content[] of Ember.ResourceController using load() in ember-rest.js

while loading this i got an error “Object in path A.B could not be found or was destroyed”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:50:51+00:00Added an answer on June 13, 2026 at 4:50 pm

    According to jsonlint, that JSON is valid, which means you can parse it regularly:

    var obj = JSON.parse('{ "A.B.C" : "a.b.c", "C.D.E" : "c.d.e" }');
    var test = obj["A.B.C"]; // "a.b.c"
    

    http://jsfiddle.net/88vFv/

    The trick is you need to use bracket notation instead of dot notation, since your property names contain dots.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following JSON data being returned, but for some reason, Javascript or
I have following format of JSON in which I want to access 0.4, kem,
I have a JSON result in the following format which JSON Lint shows this
I have a server that returns JSON in the following format: [{Name: Student1, Email:
I have a configuration file in the following JSON format: { key1: value1, key2:
I have the following JSON string coming from external input source: {value: "82363549923gnyh49c9djl239pjm01223", id:
I have a JSON string in my javascript, I need to send this to
I have the following JSON schema { employee: {display_name:EMPLOYEE NAME:, format:string, type:textbox, dflt:null, isMandatory:true}
I am getting data from severs in json format but i want that user
I have a JSON format like this {response:{status:true,result:user_exists}} Now i am trying to retrieve

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.