Method: Longbow.lint_json_object
- Defined in:
- lib/longbow/json.rb
.lint_json_object(obj) ⇒ Object
44 45 46 47 48 |
# File 'lib/longbow/json.rb', line 44 def self.lint_json_object obj return false unless obj return false unless obj['targets'] return true end |