NetTalk Central

Author Topic: Queues within Queue incoming JSON  (Read 1024 times)

ProperGary

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • Email
Queues within Queue incoming JSON
« on: September 28, 2022, 06:02:27 AM »

My incoming JSON has a queues within a queue, I've created the queue reference in my queue and now need to "NEW" the queue in the NetTalk jFiles object, the jFiles example is

Code: [Select]
json.NewPointer          Procedure(String pColumnName)
  ! note that pColumnName is the json tag name, not the label. case sensitive.
  Code
  Case pColumnName
  Of 'contributorlist'
    products.contributorlist &= NEW contributorlistQueueType
  Of 'tracklist'
    products.tracklist &= NEW tracklistQueueType
  End

However, I'm unclear where I can access the embed point for this in NetTalk, can anyone point me in the right direction?

Thanks

Gary

ProperGary

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • Email
Re: Queues within Queue incoming JSON
« Reply #1 on: October 06, 2022, 07:45:36 AM »
Answered live on NetTalk webinar 6th October 2022