Search found 3 matches

by simonerotax
Wed Mar 06, 2024 8:08 am
Forum: YAJL-ILE
Topic: DATA-GEN \n and \"
Replies: 6
Views: 53152

Re: DATA-GEN \n and \"

Scott, thanks for your response! Very nice!

My goal is to obtain a json structured like this:


{
"ResultList": [
{
"ErrorCode": 32767,
"Messages": [
{
"Message": "Field CodComponent=COMP-FOO-BAR does not exists in database",
"FieldName": "CodComponent",
"FieldCode": "COMP-FOO-BAR ...
by simonerotax
Tue Mar 05, 2024 7:26 am
Forum: YAJL-ILE
Topic: DATA-GEN \n and \"
Replies: 6
Views: 53152

Re: DATA-GEN \n and \"

Also without "beautify" I get \" insted of "

:|
by simonerotax
Mon Mar 04, 2024 7:00 pm
Forum: YAJL-ILE
Topic: DATA-GEN \n and \"
Replies: 6
Views: 53152

DATA-GEN \n and \"

Hi at all,

I apologize if this topic has already been addressed (I searched but couldn't find it)

Using DATA-GEN I return to rest-api (IWS) a json like that (with beautify" : true):
{
"Json_res": "{\n \"ErrorCode\": \"32767\",\n \"Messages\": [\n {\n \"Message\": \"Material number non presente in ...