Jump to content
We've recently updated our Privacy Statement, available here ×

How can we display data from json ( json object is coming from a table field.)?


sampath.reddy

Recommended Posts

Hi,

    I have a table which contain one column as json object of data type BLOB. Now how can i display this jsonobject ( field's) data in ireport ?

    If i display the jsonobject as it is coming from table then it is showing something like [123,34,101,109, . I am not able to understand what it is trying to display. 

    For example the json used in the testing is {"employees":[

    {"firstName":"John", "lastName":"Doe"}, 
    {"firstName":"Anna", "lastName":"Smith"},
    {"firstName":"Peter", "lastName":"Jones"}
]}.
 
   Could anybody help me in finding how to resolve this ?
Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...