Skip to content

Using PHP core functionality #10

@purencool

Description

@purencool

Review all the helpers so that they use PHP core functions:

The first example:

ObjectArrayConverter

Recursively by running json_encode on your source object, then immediately running json_encode on the resulting string, with the second function argument set to TRUE (which converts all nested objects to associative arrays during the decoding process).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions