Simple Meta Details JSON?

Hi Folks

I’m pretty new, and I was wondering if someone could help me with the code needed to send this info as JSON?

Thanks so much!

Tim

Screen Shot 2024-01-07 at 9.49.31 AM

You mis the opening and closing brackets, and the last row never has a comma only all before if there are more rows between the same brackets

{
“first_name”:“Jane”,
“last_name”:"Doe”
}

This should do the trick I think

1 Like

what @Bram said should work.

2 Likes

Hi Bram (and anyone else looking at this)

Well, I tried and tried, and I’ve not had luck. I think it might be easier to just send a video showing what I’m doing, and you might see what my problem is.

I apologize for the video quality, as I was thinking and speaking at the same time, so I had to cut out a bunch of ums and aahs.

Could you let me know if you have any insights on this issue?

Thanks for looking!

Try removing the spaces in between each key and value pair. Looks like there might be possible bug in that piece. I’d remove all the empty spaces and see if that works.

Hey @TimMan,

A straightforward method to correctly format JSON for this and future tasks is to simply ask ChatGPT. It can also explain to you how to do it, which might help understanding the formatting.

Thanks @menacestudio

That is also worth a try…thanks!

Hey @Dennis !

You know…I’m honestly not sure why I didn’t go straight to chatGPT and save everybody from my lack of knowledge :sunglasses:

I have to start getting used to chatGPT sooner than later…thanks much!

2 Likes

Actually looks like a bug in the code. Will try to make a pull request and push a fix in.

1 Like

Thank you!

I was wondering about that!