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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:04:53+00:00 2026-05-31T13:04:53+00:00

How to i get the values of particular field for Example: son, flower(Title) from

  • 0

How to i get the values of particular field for Example: son, flower(Title) from

json = [{"pk": 1, "model": "book", "fields": {"title": "sum", "author": "son", "description": "dfg"}}, {"pk": 2, "model": "book", "fields": {"title": "Eradication", "author": "flower", "description": "nandhu"}}]

using ajax in ajax success part. Can anyone help me ?

  • 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-31T13:04:54+00:00Added an answer on May 31, 2026 at 1:04 pm

    With jQuery, you can just use the getJSON function as such:

    $.getJSON('{% url your_json_view %}', function(data) {
        for(var i=0; i<data.length; i++) {
            if (data[i].fields.author == 'flower') {
                alert('I got the book by flower');
            }
        }
    });
    

    Just to make sure, here’s the python view that goes with it:

    def your_json_view(request):
        # ... build your data
        return http.HttpResponse(simplejson.dumps(data))
    

    The url should be defined nicely with a name too:

    url(r'/your/json/view/', 'your_json_view', name='your_json_view')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In C# i need to get all values of a particular property from an
In C#, is it possible to get all values of a particular column from
I want to get all the values(multiple) of a particular key.But i m getting
I'm trying to get values from nsdata class and doesn't work. here is my
I want to get values from a row with the largest certain value (in
I use jQuery to get values of presaved elements from some websites, using paths
I am trying to get values from a data set. My function has to
I have to retrieve only particular records whose sum value of size field is
In WPF app I use LINQ query to get values from ObservableCollection and update
Is it possible to get a particular value out of viewstate using JQuery.... I'm

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.