index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
web
/
JsonConverter.java
Age
Commit message (
Expand
)
Author
2016-07-04
Fix null list exception
Anton Tananaev
2016-06-28
JsonConverter.objectToJson now can return Lists of objects or primitives
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-04-16
Remove old web API service
Anton Tananaev
2015-12-07
Replace factory method with reflection
Anton Tananaev
2015-12-01
Remove Clazz utility class
Anton Tananaev
2015-11-27
Initial implementation of new api with jax-rs.
Rafael Guterres
2015-11-21
Merge tananaev/master
Rafael Guterres
2015-11-21
Add support to generic resources and refactor in classes to support types and...
Rafael Guterres
2015-11-18
Ignore null values in json object
Anton Tananaev
2015-10-14
More check style issues clean up
Anton Tananaev
2015-10-09
Fix more check style issues
Anton Tananaev
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-09-23
More code issues clean up
Anton Tananaev
2015-09-23
Clean up code inspection issues
Anton Tananaev
2015-08-05
Fix date and time formatting issues
Anton Tananaev
2015-08-04
Fix incorrect time issue
Anton Tananaev
2015-07-18
Implement json other decoding
Anton Tananaev
2015-07-17
Remove enum json conversion
Anton Tananaev
2015-07-17
Rename package from http to web
Anton Tananaev