summaryrefslogtreecommitdiff
path: root/lib/chef/json_compat.rb
Commit message (Expand)AuthorAgeFilesLines
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-93/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-10/+6
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-211-0/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+1
* Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-0/+6
* Adding back `require 'json'` to prevent breaking consumers who currently use ...tball/yajl-replace-jsontyler-ball2014-10-081-0/+2
* Removing old .to_json monkeypatching for all objectstyler-ball2014-10-071-2/+0
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+1
* Fix error class typo, bump ffi-yajl requirement to pull in bugfixesdanielsdeleo2014-08-121-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-6/+23
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-0/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-6/+4
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-4/+6
* remove another commentLamont Granquist2014-06-241-2/+0
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-15/+6
* CHEF-3895: Add Chef::Checksum to JSON class hackBryan McLellan2013-02-261-0/+3
* [CHEF-3863] improve error compat with old impl.danielsdeleo2013-02-121-3/+17
* rdoc json compat methodsdanielsdeleo2013-02-111-0/+7
* allow lookup of resources without symbol creationdanielsdeleo2013-02-111-2/+2
* add fallback deserialization to hash for Resourcesdanielsdeleo2013-02-111-0/+2
* mutate the incoming hashdanielsdeleo2013-02-111-3/+2
* Use consts for class stringsdanielsdeleo2013-02-111-10/+22
* Add json_class support w/o JSON for most typesdanielsdeleo2013-02-111-1/+61
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+53