issues
search
ring-clojure
/
ring-json
Ring middleware for handling JSON
317
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feature request: return default malformed-request as a JSON response
#72
lavin-ds
opened
11 months ago
0
Upgrade cheshire version to 5.12.0
#71
vshevchenk
opened
1 year ago
0
Making Cheshire dependency optional 😼
#70
marksto
opened
3 years ago
2
Enable JSON parsing when headers have been coerced to keywords
#69
nnichols
closed
3 years ago
2
Add key-fn library wide
#68
CHNB128
closed
4 years ago
0
Add key-fn library wide
#67
CHNB128
closed
4 years ago
3
[#65] Replace slurp+parse-string with reader+parse-stream
#66
bsless
closed
4 years ago
2
[performance] Remove slurp from read-json
#65
bsless
closed
4 years ago
8
Add support for :key-fn in wrap-json-response middleware
#64
neenaoffline
closed
4 years ago
1
Just one character to make regex a little bit faster
#63
maxp
opened
4 years ago
0
Feature request: allow :key-fn function to convert map keys (feature)
#62
tzafrirben
opened
4 years ago
0
Add stream support for response body - StreamableResponseBody impl, attempt two
#61
pete23
closed
5 years ago
5
Add stream support for response body - StreamableResponseBody impl
#60
pete23
closed
5 years ago
3
Add stream support for response body - piped-io-stream impl
#59
pete23
closed
5 years ago
11
wrap response builds whole string
#58
pete23
closed
5 years ago
5
Cheshire lazy parsing lets some malformed JSON pass through
#57
rwilson
opened
6 years ago
1
Allow array json bodies to become json-params
#56
mindbat
closed
7 years ago
5
Add Clojure 1.9 test profile
#55
jahson
opened
7 years ago
1
Update dependencies
#54
jahson
closed
7 years ago
2
Decode request body according to character-encoding header
#53
AlexWheeler
closed
7 years ago
1
Add support for :key-fn in wrap-json-body
#52
benjamincassidy
closed
3 years ago
0
Add support for :key-fn in wrap-json-body middleware.
#51
benjamincassidy
closed
3 years ago
1
read-json fix request encoding
#50
liuchunhua
closed
6 years ago
4
Decode request body according to character-encoding
#49
liuchunhua
closed
6 years ago
2
Private functions vs public in the package
#48
Heliosmaster
closed
8 years ago
1
Allow access to original body when using wrap-json-params middleware
#47
erez-rabih
opened
8 years ago
4
Add CPS support
#46
bobotu
closed
8 years ago
4
pretty-printing support
#45
erjoalgo
closed
8 years ago
1
Getting "java.lang.Exception: Unrecognized body" when using ring-json on heroku
#44
ezmiller
opened
8 years ago
1
Allowing body to be either string or stream
#43
ska2342
closed
8 years ago
2
Update to latest cheshire version
#42
bpetri
closed
8 years ago
3
Support for non-object JSON body
#41
eryi
closed
8 years ago
3
Add support for key transforming functions when generating/parsing JSON
#40
rs3vans
closed
7 years ago
13
Fix xml tests
#39
gregoriokusowski
closed
9 years ago
4
Getting an input stream instead of a map
#38
hmgibson23
closed
9 years ago
3
Reduce the scope of the binding of bigdecimals
#37
beorc
closed
9 years ago
3
Request: Add the :keywords? option to wrap-json-params
#36
Malabarba
closed
9 years ago
2
Replace :content-type key with header lookup
#35
vignessh
closed
9 years ago
6
update dependencies, test with clojure 1.7
#34
laczoka
closed
5 years ago
1
Abstracted request and response in tests
#33
zaiste
opened
9 years ago
1
big-decimals? interaction with other middleware.
#32
eraserhd
closed
9 years ago
1
wrap-json-body breaks if used multiple times
#31
tgetgood
closed
10 years ago
2
add :keywords? to wrap-json-params
#30
jmglov
closed
10 years ago
2
Is there a way to add custom encoders?
#29
qfz
closed
10 years ago
2
Added support to handle malformed JSON
#28
dyba
closed
10 years ago
7
Added support to handle malformed JSON
#27
dyba
closed
10 years ago
4
Exception Handling For Malformed JSON In Body
#26
dyba
closed
10 years ago
2
Support optionally parsing all decimal numbers as bigdecimals
#25
AeroNotix
closed
10 years ago
7
Use streamed responses instead of strings.
#24
AeroNotix
closed
10 years ago
4
Bump Cheshire to 5.3.1
#23
michaelklishin
closed
10 years ago
0
Next