summaryrefslogtreecommitdiff
path: root/lib/chef_zero/rest_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/rest_base.rb')
-rw-r--r--lib/chef_zero/rest_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/rest_base.rb b/lib/chef_zero/rest_base.rb
index c2bc5ee..976fade 100644
--- a/lib/chef_zero/rest_base.rb
+++ b/lib/chef_zero/rest_base.rb
@@ -285,7 +285,7 @@ module ChefZero
end
def parse_json(json)
- FFI_Yajl::Parser.parse(json, create_additions: false)
+ FFI_Yajl::Parser.parse(json)
end
def to_json(data)