Hi Makers.
I have a question about text parser(Maybe JSON Parser)
So my situation is that below.
I got webhook and this webhook has those return.
{“subscriptionid”:“11940764”,“plan”:“gold”,“cycle”:“month”}
In this case, What I want to do is parse data and set multiple variables each other.
How can I do that by make?
Please help.
Thanks!
@Yong_Yun
You can use regular expressions to extract elements. But generally speaking, the bast way to parse JSON is to use the parse JSON module. For this situation, you don’t need to specify a data structure:
Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or Excel)
2 Likes