Search found 2 matches

by swofford
Thu Jun 16, 2022 9:26 pm
Forum: YAJL-ILE
Topic: utilizing an unnamed array of objects
Replies: 2
Views: 1794

Re: utilizing an unnamed array of objects

Thank you as always Scott. I realized how YAJLGEN created the JSON that something was wrong because it didn't have the Dcl-S on the num_jsonDoc line. That part was really for testing anyways, in the actual program the data structure will be populated by the program. It just never occurred to me to u...
by swofford
Mon Jun 13, 2022 3:22 pm
Forum: YAJL-ILE
Topic: utilizing an unnamed array of objects
Replies: 2
Views: 1794

utilizing an unnamed array of objects

I can't figure out how to specify the number of objects in this example. This is a very simplified(one element) example of what I am dealing with. This is a 3rd party API I am trying to communicate with and I need from one to three dimentioned objects in one json, but I don't want an empty object to...