Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 11 of 11 total
Thread TEWBJSONReader how to use
Mon, Mar 12 2018 4:14 PMPermanent Link

KimHJ

Comca Systems, Inc

Tim Young [Elevate Software] wrote:

>>Use this:

...          if (not myjson.EndOfArray) then
               begin
               myjson.BeginArray;
               while True do
                  begin
                  if myjson.IsObject then  // Here I check to see if result is Empty
                      begin
                        myjson.BeginObject;
                        MyStr := myjson.GetPropertyName; //Here I get the "_metadata"
                      end;
                  if (not myjson.MoreArrayElements) then
                      Break;
                  end;
               myjson.EndArray;
               end;  
<<

Thanks
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image