jsonmaster.github.io icon indicating copy to clipboard operation
jsonmaster.github.io copied to clipboard

small error for main class on x++

Open Alexbanul opened this issue 2 years ago • 1 comments

Hi,

There's a small error for main class decoration on x++

[DataMember('Data'),
	 AifCollectionTypeAttribute("_data",Types::Class), classstr(putClassName),
	 AifCollectionTypeAttribute("_return",Types::Class), classstr(putClassName)]

should be

[DataMember('Data'),
	 AifCollectionTypeAttribute("_data",Types::Class, classstr(putClassName)),
	 AifCollectionTypeAttribute("_return",Types::Class, classstr(putClassName))]

Alexbanul avatar Jan 11 '23 13:01 Alexbanul

@aniketptl Can you please check this?

mukesh-mt avatar Mar 09 '23 12:03 mukesh-mt