Bekwnn / UnityJsonHelper

A simple utility class to help you use Unity 5.3's JsonUtility better.
GNU General Public License v2.0
37 stars 10 forks source link

Added GetJsonObjectArray function for JSON arrays #1

Closed guneyozsan closed 8 years ago

guneyozsan commented 8 years ago

Adds a function for reading JSON arrays. Currently only single occurence of an array is supported. Multiple occurences of an array can be added in the future.