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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:10:40+00:00 2026-06-08T16:10:40+00:00

I have to parse as part of a project a playlist file: The layout

  • 0

I have to parse as part of a project a playlist file:

The layout looks like this:

{
         "info" : "",
         "time" : "05:00",
         "url_stream" : "http://loopstream01.apa.at/?channel=oe1&id=20120726_0500_1_2_nachrichten_XXX_w_",
         "day_label" : "26.07.2012",
         "short_title" : "Nachrichten",
         "url_detail" : "",
         "url_json" : "/programm/308178/konsole",
         "parts" : [],
         "tag" : "",
         "id" : "308178",
         "title" : "Nachrichten",
         "url_playlist" : "/programm/308178/playlist"
      },........... and so on

now i want to get the values of the “properties”. I tried this one

"info" : "(?<info>(([^"]*)))", ....

but it is buggy because the it is possible that there is something like this:

“info” : “Hello “World” this was a test”,

you see that “World” is also in “” and so it gets buggy.
Does anyone has a good and clean solution for 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-06-08T16:10:42+00:00Added an answer on June 8, 2026 at 4:10 pm

    I found two similar pages on internet. They can be parsed using Json.Net as below:

    using (var wc = new WebClient())
    {
        string url = "http://derruki.dyndns.org/oe1rip/json-list-source.php";
        string json = wc.DownloadString(url);
    
        dynamic dynObj = JsonConvert.DeserializeObject(json);
        foreach(var item in dynObj)
        {
            Console.WriteLine("INFO:{0}\nTITLE:{1}\nURL:{2}\n\n",
                item.info, item.short_title, item.url_stream);
        }
    }
    

    For http://oe1.orf.at/programm/konsole/tag/20120726 you should change for loop as

    foreach(var item in dynObj.list)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an XML file which XML parser choke on. A part of it
I have parse json file which contain more than hundred location name, there latitude
I have to parse a 1Gb XML file with a structure such as below
I have to parse a file, and indeed a have to read it first,
I have a OpenLDAP Database and it holds some project objects that look like
I have a problem with a part of a project i am working on.
As part of an upcoming project, I'd like to set it up so that
For a small project I have to parse pdf files and take a specific
Ok I am on the last part of this part of my project... If
I'm working on a small project in C where I have to parse a

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.