Undefined function json_encode

I’m getting an error when trying to use the json_encode() function:

Call to undefined function json_encode()

Google around for an answer, and found the following:

Is there any way I can resolve this in Local?

I think you miss typed json_ to jason_

Right on, thank you for the edit @turtlepod.

hi @dishllc - did you determine why? I get this same error.

When I check phpinfo() I can see JSON enabled. Not sure what’s going on.