README.md in jess-0.3.0 vs README.md in jess-0.4.0
- old
+ new
@@ -86,10 +86,10 @@
```
If you ever need access to the raw JSON data of any object, use the `_json` method:
```ruby
-computer._json["extension_attributes"] # => [{ ... }]
+computer.extension_attributes._json # => [{ ... }]
```
## Gotchas
Beware of these gotchas due to limitations of the JSS JSON API.