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 7427969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:40:11+00:00 2026-05-29T08:40:11+00:00

I have a SignalR client application that receives a Json serialized list of objects.

  • 0

I have a SignalR client application that receives a Json serialized list of objects. When I run the following script on the incoming data:

connection.received(function (data) {
  $.each(divIds, function (index, id) {
      $.each(data, function (index2, object) {
          updateCell(object.property1);
          updateCell(object.property2);
      });
  });
});

alert() tells me that $.each iterates over each character in the incoming data as a string, instead of the data being treated as a list of objects.

The incoming data is:

[{"property1":"value1","property2":41.3},{"property1":"value2","property2":43.2},{"property1":"value3","property2":559.1}]

The data is created on the server with this:

string output = JsonConvert.SerializeObject(list, Formatting.None).Trim();

What am I doing wrong?

  • 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-05-29T08:40:11+00:00Added an answer on May 29, 2026 at 8:40 am

    solved this with the method explained in jquery loop on Json data using $.each

    data = eval(data.replace(/[\r\n]/, ""));

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

Sidebar

Related Questions

I have a HTTP client that sets the Connection header to the following value
I currently have a TCP server application written in .Net that receives and submits
I have a client that will be posting large JSON files to an API
I have written a basic signalr hub that accepts a call from a client,
We have an application that uses SignalR to update clients UI, currently the app
I have some very basic SignalR code running on the js client: var conn
I am using SignalR in my MVC3 application, and since I have implemented StructureMap
I have a simple Python script that uses a signal handler for Ctl-C. If
Using the very nice signalR library, I have a broadcast message that sends an
I have written a program that in the client section an error occures frequently,

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.