Hello there.
So my question is how do i Parse a specific ID number from the SOURCE using CSS or JSON
Say i want to Parse 113 in {"id":"113"
with using CSS or JSON, notice this numbers changes so it’s not gonna be always the same that’s why i want to parse a specific id position from SOURCE
so what the CSS or JSON input with specific position for {"id":"
would be?
SOURCE Example
{"js":[{"id":"*","title":"All","alias":"All","bysimple":true,"censored":0},{"id":"3","title":"ALive: Super","modified":"","number":1,"alias":"live: Super","censored":0},{"id":"110","title":"ALive: Magic","modified":"","number":2,"alias":"live: Magic","censored":0},{"id":"113","title":"Live: Welcome","modified":"","number":3,"alias":"live: Welcome","censored":0},{"id":"111","title":"Live: AfterWork","modified":"","number":4,"alias":"live: AfterWork","censored":0}]}
Thank you so much in advance for any helping <3