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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:24:01+00:00 2026-06-16T01:24:01+00:00

I was trying to load a .json file and read it using JsonReaderWriterFactory. My

  • 0

I was trying to load a .json file and read it using “JsonReaderWriterFactory”.
My code is the following:

string path = Server.MapPath(Url.Content("~/")) + "JsonData/file.json";
byte[] buffer = System.IO.File.ReadAllBytes(path);

System.Xml.XmlReader reader = System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonReader(buffer, System.Xml.XmlDictionaryReaderQuotas.Max);

System.Xml.Linq.XElement root = System.Xml.Linq.XElement.Load(reader);

But when I call “System.Xml.Linq.XElement.Load(reader)” I get an exception “unexpected character ‘ï’“.
What’s wrong?
Should I specify a particular encode?
Thank you.

Data I am trying to read should be an array of objects composed in this way:

[
    {
        id: "ITEM_ID",
        label: "Item Label",
        url: "http://www.address.com",
        parameters: [
            "PARAM_1",
            "PARAM_2"
        ],
        filters: {
            logic: "or",
            filters: [
                { field: "fieldA", operator: "eq", value: 100 },
                {
                    logic: "and",
                    filters: [
                        { field: "fieldA", operator: "lt", value: 100 },
                        { field: "fieldB", operator: "eq", value: true }
                    ]
                }
            ]
        }
    }, 
    {...}, 
    {...} 
]
  • 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-16T01:24:04+00:00Added an answer on June 16, 2026 at 1:24 am

    first I would suggest you to validate your Json Data at http://jsonlint.com/
    It seems that your Json data is not well formatted.

    The error is coming because you haven’t wrapped your keys with " " marks.
    So it has to be like these.

    {
        "id": "ITEM_ID",
        "label": "Item Label"
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to load a JSON file on a website using C# and JSON.Net
I'm trying to load a .json file with this line: $.getJSON('engines.json',{},function(data){ alert(data); }); If
i m trying load UIImages from server asynchronously in UITableViewCell. My code worked fine
I'm trying to use Sencha Touch 2 to load a local json file into
I aam trying to GET an array from a JSON file using JQuery's ajax
im trying to load a external js (json) file (PhoneGap app) whose structure is
I am trying to render a very complex model using json file. The size
I am trying to load a JSON string into an EXTJS grid. The error
I am trying to load and parse a JSON file in Python . But
I have a JSON file here: http://dalexl.webs.com/products.json I'm trying to read it on my

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.