This website requires JavaScript.
Explore
Help
Register
Sign In
seth
/
jam-cloud
mirror of
https://bitbucket.org/jamkazam/jam-cloud.git
Watch
1
Star
0
Fork
You've already forked jam-cloud
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c9438fcf99
jam-cloud
/
ruby
/
lib
/
jam_ruby
/
lib
/
module_overrides.rb
11 lines
119 B
Ruby
Raw
Blame
History
require
'json'
class
String
def
is_json?
begin
!
!
JSON
.
parse
(
self
)
rescue
false
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink