Changed
Fixed
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)
MIT License (https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md)
Added:
Changed:
- JSON_Objectify now takes "key" / "value" pairs instead of "name" / "value" pairs to be consistent with the output of JSON_Listify.
- adds JSON_Objectify, the reverse of JSON_Listify, which turns a list of name/value pairs into an object.