D
D
Darth Vader2017-03-01 14:15:33
PHP
Darth Vader, 2017-03-01 14:15:33

How to convert jsonp220 to php array?

Hello.
How to convert jsonp220 to php array? Tried via json_decode function but doesn't work.

jsonp220({
"result":[{тут данные}]
})

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Melkij, 2017-03-01
@blackdarthvader

With string functions, cut out the first "jsonp220(" and the last parenthesis. Feed the rest to json_decode

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question