PHP Classes

File: tests/Stubs/Unit/ComplexUnitTest/success.json

Recommend this page to a friend!
  Classes of Niko   PHP JSON to Object Mapper   tests/Stubs/Unit/ComplexUnitTest/success.json   Download  
File: tests/Stubs/Unit/ComplexUnitTest/success.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON to Object Mapper
Map JSON decoded data into entity objects
Author: By
Last change:
Date: 5 years ago
Size: 270 bytes
 

Contents

Class file image Download
{ "subEntity": { "subSubEntity": { "id": 10, "name": "Chuck Norris" }, "worthiness": 20.50, "processed": false }, "simple": ["a", 10, true, 1.2], "complex": { "string": "b", "int": 15, "bool": false, "float": 1.5 } }