Skip to content

Instantly share code, notes, and snippets.

@aurimasniekis
Created January 17, 2017 13:43
Show Gist options
  • Save aurimasniekis/987f102126a962a11966bb2f9765076a to your computer and use it in GitHub Desktop.
Save aurimasniekis/987f102126a962a11966bb2f9765076a to your computer and use it in GitHub Desktop.
struct Slice(T)
def to_json
to_a.to_json
end
end
no overload matches 'Slice(UInt8)#to_json' with type JSON::Builder
Overloads are:
- Slice(T)#to_json()
- Object#to_json(io : IO)
- Object#to_json()
@bcardiff
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment