An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: jackson-json-processor

Eljoy/ts-jackson

A typescript library to deserialize and serialize json into classes. You can use different path pattern to resolve deeply nested structures. Every path pattern provided by lodash/get|set object is supported. Check out src/examples as a reference.

Language: TypeScript - Size: 1.61 MB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 26 - Forks: 2

michel-kraemer/bson4jackson

🦬 A pluggable BSON generator and parser for the Jackson JSON processor.

Language: Java - Size: 972 KB - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 295 - Forks: 84

ok2c/httpcomponents-jackson

JSON message asynchronous producers and consumers for Apache HttpComponents 5.0 based on Jackson JSON library

Language: Java - Size: 215 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 8 - Forks: 6

reaster/schema-gen

XML Schema code generator outputting Swift, Kotlin and Java

Language: Groovy - Size: 415 KB - Last synced at: 15 days ago - Pushed at: about 4 years ago - Stars: 29 - Forks: 7

JBris/jackson-data-models-example

Demonstration of Jackson data models

Language: Java - Size: 15.6 KB - Last synced at: about 21 hours ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

aniebietafia/JavaProjects

Scaling up in Java Programming language by building Projects.

Language: Java - Size: 91.8 KB - Last synced at: 4 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

skjolber/jackson-syntax-highlight

Syntax highlighting (via ANSI) for JSON output using Jackson

Language: Java - Size: 128 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 2

devasthali-os/encode-decode

serialise-deserialise

Language: Java - Size: 35.2 KB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Varun-garg/XPlatform-Lookup

Cross-platform desktop app to find and manage university students

Language: Java - Size: 13.9 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 1

soumyadip007/Customer-Relationship-Management-Real-time-CURD-Application-using-Spring-Rest-Json-HQL-WebServices

CRUD (Create, Read, Update and Delete) application is the most important application for creating any project. In spring Rest, we have developed this using Jackson,Postman and restful web services.

Language: Java - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 4

voliveirajr/dev-test Fork of wwvisa/dev-test

Implementation of proposed problem for an interview using Maven, SpringBoot for self-contained application, Jackson, Powermock and a rest client using Spring Web.

Language: Java - Size: 7.65 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

kunxie/Example-Jackson

Language: Java - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

timzhangRepo/Meeting-Scheduling-App

Find meeting time that can ensure maximum attendance within two days, via the Greedy algorithm. The Application implemented Jackson library for JSON sterilization and processing, as well as Java network APIs for handling HTTP requests. -Completed in Aug 2020 by Tim Zhang

Language: Java - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

OleksandrKucherenko/dependencies.graphviz

Gradle Dependencies Logs Parser. Allows building visualization of the dependency graph with limiting scope to a specific "search" string (default search string is: `com.fasterxml.jackson`).

Language: JavaScript - Size: 787 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Vitor-Xavier/VeterinarioApp

Aplicativo com fins educacionais para usuários encontrarem profissionais veterinários próximos.

Language: Kotlin - Size: 9.93 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

soumyadip007/Spring-Rest-Jackson-Json-Data-Binding

Representational State Transfer is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called Rest API, provide interoperability between computer systems on the Internet.We are implementing it with Sping framework with the help of jackson.

Language: Java - Size: 62.5 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

survi218/XMLJSONParsing

Language: Java - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ravening/GoogleBookApiGraphQL

This is a spring boot and Angular 8 application to fetch the books by title using the Google Books API service and parsing it using jackson.

Language: Java - Size: 15.4 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

soumyadip007/Spring-Boot-with-Rest-Json-Hibernate-JPA-SpringDataJPA

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

Language: Java - Size: 112 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

zaferemreocak/car-search-service

Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Indoqa/indoqa-boot

Bootstrap your project based on Javaspark, Spring, Jackson and Log4j2

Language: Java - Size: 355 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

h4ck4life/grabstockquote

Simple Telegram bot to fetch KLSE stock price information

Language: Kotlin - Size: 1.91 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

mendixlabs/mendix-jsontotree-module

Create a Tree structure in Mendix from a nested JSON

Language: Java - Size: 3.18 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

zapodot/jackson-databind-java-optional Fork of realjenius/jackson-databind-java8

A shim library to support mapping Java8 Optionals through Jackson.

Language: Java - Size: 93.8 KB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 15 - Forks: 5

neopixl/Spitfire

Android JSON networking library

Language: Java - Size: 858 KB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 2

serdaralkancode/spring-boot-asynchron-rest-service

spring boot asynchron service configuration

Language: Java - Size: 69.3 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

umutcanbolat/Twitter-Data-Acquisition-Software

A tool which helps users gather a kind of big data from Twitter

Language: Java - Size: 1.54 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

deepakshrma/faster-binder

Language: Java - Size: 3.74 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

TestardR/SpringREST-RetrievePOJO-Endpoints

Implementing REST API in Spring, we show how to retrieve POJOs from JSON using Jackson as well as to use @PathVariable to reach REST Endpoints.

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

rohila95/Rlab-AndroidApp

Rlab is the project developed to track the students with in the class room or work area using the data stored from the Bluetooth Beacons

Language: Java - Size: 10.1 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

lunf/proto

Language: Java - Size: 480 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

aplotnikov/spring-rest-example

Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0