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

  • Home
  • SEARCH
  • 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 8883543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:50:14+00:00 2026-06-14T20:50:14+00:00

i have the same json string twice but the second time i get an

  • 0

i have the same json string twice but the second time i get an error.

{"data":[{"ServerID":"1","UserID":"3","Name":"salzig","State_since":"2012-11-23T23:16:27.458000000","State":"saved","UUID":"Hardware   85f5d278-f6d6-49c2-87e7-c249d8002897"}],"error":[null,null,null]} devcontrol.js:8

{"data":[{"ServerID":"1","UserID":"3","Name":"salzig","State_since":"2012-11-23T23:16:27.458000000","State":"saved","UUID":"Hardware   85f5d278-f6d6-49c2-87e7-c249d8002897"}],"error":[null,null,null]} devcontrol.js:8

Uncaught TypeError: Object function (E,F)} has no method ‘parseJSON’ devcontrol.js:9

my code line devcontrol.js 8 and 9:

console.log(data);
data = $.parseJSON(data);

how can that be.

update
i now made a console.log($) evry trime bevor he trys to convert the string into a json and got

undefined

it turnd out the secounde time it’s undefined.
i managed to found out it was because of zfdebug they used document ready and then asked about jquery noconfilect thats why $ was undifend the secound time

  • 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-14T20:50:15+00:00Added an answer on June 14, 2026 at 8:50 pm
    Uncaught TypeError: Object function (E,F)} has no method 'parseJSON' devcontrol.js:9
    

    Is telling you that the object you’re referencing with the $ variable has no method called that. This could be caused by a few things.

    • You’re using an old version that doesn’t support this function. parseJSON was introduced in version 1.4.1. Either update your version, or use the native JSON.parse() method.
    • Your script link to jQuery is wrong. Checked the page loaded the source script with a 200 success
    • Another library is taking the $ variable after jquery has defined it. You can disassociate jQuery from the $ variable using jQuery.noConflict(), reassign to anothe variable like $$, or just using jQuery.parseJSON()
    • You have scripts running before the page is fully loaded. Make sure every is run within $(document).ready(function () { /*your code here*/ });
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to have same table name on different schema with different data
I have an URL which returns JSON string with my data. Now, I would
I have following string, String Action=CreateUser; String company=company name; But how to convert above
I have a scenario where combobox can have same string values. for exa combo
I have the following C# helper class which retrieves a Json String from a
I have the ungrateful task to build a JSON String in Java, manually, without
I need to get value from json. It works perfectly on returned objects, but
I have a JSON String returned by my SOAP web service in .NET. It
In Django template I have printed out data like this: P.place = '{{place.json|safe}}'; Then
I have a problem regarding a JSON string grabbed from WordPress custom post meta.

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.