Skip to content

Commit

Permalink
docs: add missing space between the link and the following word "or"
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschaefer committed Jul 7, 2024
1 parent fed4863 commit e463161
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ The JSON deserialization depends on the Connector runtime environment your Conne
Thus, use this deserialization approach with caution.
While it works reliably for many input data types like string, boolean, integer, and nested
objects, you might want to consider deserializing your Connector's input data in a custom fashion
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson)or
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson) or
[Gson](https://github.com/google/gson).

The `bindVariables` method and tools like Jackson or Gson can properly reflect nested data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ The JSON deserialization depends on the Connector runtime environment your Conne
Thus, use this deserialization approach with caution.
While it works reliably for many input data types like string, boolean, integer, and nested
objects, you might want to consider deserializing your Connector's input data in a custom fashion
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson)or
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson) or
[Gson](https://github.com/google/gson).

The `bindVariables` method and tools like Jackson or Gson can properly reflect nested data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ The JSON deserialization depends on the Connector runtime environment your Conne
Thus, use this deserialization approach with caution.
While it works reliably for many input data types like string, boolean, integer, and nested
objects, you might want to consider deserializing your Connector's input data in a custom fashion
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson)or
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson) or
[Gson](https://github.com/google/gson).

The `bindVariables` method and tools like Jackson or Gson can properly reflect nested data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ The JSON deserialization depends on the Connector runtime environment your Conne
Thus, use this deserialization approach with caution.
While it works reliably for many input data types like string, boolean, integer, and nested
objects, you might want to consider deserializing your Connector's input data in a custom fashion
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson)or
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson) or
[Gson](https://github.com/google/gson).

The `bindVariables` method and tools like Jackson or Gson can properly reflect nested data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ The JSON deserialization depends on the Connector runtime environment your Conne
Thus, use this deserialization approach with caution.
While it works reliably for many input data types like string, boolean, integer, and nested
objects, you might want to consider deserializing your Connector's input data in a custom fashion
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson)or
using `getVariables` and a library like [Jackson](https://github.com/FasterXML/jackson) or
[Gson](https://github.com/google/gson).

The `bindVariables` method and tools like Jackson or Gson can properly reflect nested data
Expand Down

0 comments on commit e463161

Please sign in to comment.