-
Updated
Oct 23, 2020 - Java
JSON
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Here are 2,154 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 23, 2020 - Java
JsonGenerator#writeTypePrefix writes an id "null" and cannot be set up to skip the id completely
I have a TypeIdResolver implementation which works around generic type erasure to allow marshaling/unmarshaling of a parameterized type. This works fine when the underlying parameterized type maps directly onto a JSON type e.g. java.lang.Double but when it's a type that needs to be converted to a JSON string e.g. java.time.LocalDate then my TypeIdResolver is asked for a type and I can eit
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 19, 2020 - Java
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
-
Updated
Sep 2, 2020 - Java
-
Updated
Oct 18, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Oct 14, 2020 - Java
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
May 20, 2018 - Java
-
Updated
May 2, 2018 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Oct 10, 2017 - Java
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
-
Updated
Oct 21, 2020 - Java
Here is the example of data file(test_data_json.json) i am using to drive through my test file to produce messages into kafka:
{"key":"111","value":{"id":121,"name":"Jey"},"headers": {"batchId": "${$.initiate_batch.response.body.id}","test": "tester"}}
{"key":"222","value":{"id":122,"name":"Krep"},"headers": {"batchId": "${$.initiate_batch.response.body.id}","test": "tester"}}Not
-
Updated
Sep 5, 2020 - Java
-
Updated
Nov 27, 2019 - Java
(note: follow-up to #2291 in which basic example added on README)
So: beyond initial simple Builder usage shown on README it would be nice to have more in-depth usage example(s).
This could be a wiki page on this repo or
jackson-docs, or blog post to link to.For purposes of Hacktoberfest whoever works on this could do PR for change in README to link to whatever resource gets added.