Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Json String parser

  1. #1
    Junior Member
    Join Date
    Mar 2021
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Json String parser

    Hi !
    I am beginner.

    I have string in json format & unable to parse data. Can some one help me.

     
    "this":"succeeded","by":"getting","the":"dweets","with":[{"thing":"street","created":"2021-02-28T10:01:39.885Z","content":{"name":"roshan","lname":"jer"}}]}

    i wan to parse date, time name & lname.

    Ned Help.

    Thanks

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Json String parser

    Try this for some ideas: https://www.google.com/search?source...client=gws-wiz

    If you have problems with the code you find, post the code and describe your problems.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Not able to read JSON String from the file which has escape chars
    By rkmove19 in forum What's Wrong With My Code?
    Replies: 10
    Last Post: July 8th, 2020, 07:50 PM
  2. java parser
    By Lotus2013 in forum What's Wrong With My Code?
    Replies: 48
    Last Post: November 4th, 2013, 11:19 AM
  3. DOM XML parser question
    By LDM91 in forum Java Theory & Questions
    Replies: 3
    Last Post: December 30th, 2010, 08:34 AM
  4. XML DOM Parser problem
    By kanishktew in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 10th, 2010, 09:42 PM
  5. where can i get a Dom Parser jar ?
    By chinni in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: November 26th, 2009, 03:41 AM