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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:28:25+00:00 2026-05-30T12:28:25+00:00

I have a JSON file which contains data like the following: {"posts": [ {

  • 0

I have a JSON file which contains data like the following:

{"posts": [ 
    { "title":"1", "url":"n1.png" }, 
    { "title":"2", "url":"n2.png" }, 
    { "title":"3", "url":"n3.png" }, 
    { "title":"4", "url":"n4.png" }, 
    { "title":"5", "url":"n5.png" }, 
    { "title":"6", "url":"n6.png" }, 
    { "title":"7", "url":"n7.png" }, 
    { "title":"8", "url":"n8.png" }, 
    { "title":"9", "url":"n9.png" }, 
    { "title":"10", "url":"n10.png" }
]}

I need to filter title by range with two text boxes: from and to.

  • 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-30T12:28:27+00:00Added an answer on May 30, 2026 at 12:28 pm

    I use Linq JS on my current project and it works really well for filtering data.

    http://jslinq.codeplex.com/

    var posts = [ 
        { "title":"1", "url":"n1.png" }, 
        { "title":"2", "url":"n2.png" }, 
        { "title":"3", "url":"n3.png" }, 
        { "title":"4", "url":"n4.png" }, 
        { "title":"5", "url":"n5.png" }, 
        { "title":"6", "url":"n6.png" }, 
        { "title":"7", "url":"n7.png" }, 
        { "title":"8", "url":"n8.png" }, 
        { "title":"9", "url":"n9.png" }, 
        { "title":"10", "url":"n10.png" }
    ];
    
    var filteredPost = JSLINQ(posts)
                       .Where(function(item){ return item.title >= "textBox1Value" && item.title <= "textBox2Value"; });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a json file which contains questions and answers like this. { Questions:
I have a JSON file which I need to iterate over, as shown below...
I have a file which contains two JSON arrays; one is holding the column
I have the following json code file named: sections.json { section1: { priority: 1,
I have a web service that queries data from this json file, but I
I have a configuration file in the following JSON format: { key1: value1, key2:
I have the following JSON in a file list.txt : { bgates:{first:Bill,last:Gates}, sjobs:{first:Steve,last:Jobs} }
I have a local url where i can retrieve a json file. I also
Suppose you are working with some data, which comes from a JSON file. You
I have an XML file which I want to convert into JSON file using

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.