aboutsummaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-26 13:31:10 +0100
committerGitHub Enterprise <[email protected]>2024-03-26 13:31:10 +0100
commit59e51bf811a5907983b84f3e2ed14e47a7210e75 (patch)
treea8418dec9b8184ad76d6922da23cebe9db290897 /thirdparty
parentadd filter to projectstore entries request (#25) (diff)
downloadzen-59e51bf811a5907983b84f3e2ed14e47a7210e75.tar.xz
zen-59e51bf811a5907983b84f3e2ed14e47a7210e75.zip
add yaml serialization support (#3)
this change adds serialization of payloads as YAML, but not parsing. The implementation is somewhat based on the JSON path, and may be collapsed eventually as it is possible to serialize JSON format using the same code it also separates out the JSON serialization into a separate file for ease of maintenance any HTTP request response may be formatted as yaml by using a `.yaml` suffix or an `Accept: text/yaml` header
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/licenses/rapidyaml_v0.5.0.LICENSE26
-rw-r--r--thirdparty/licenses/rapidyaml_v0.5.0.tps20
2 files changed, 46 insertions, 0 deletions
diff --git a/thirdparty/licenses/rapidyaml_v0.5.0.LICENSE b/thirdparty/licenses/rapidyaml_v0.5.0.LICENSE
new file mode 100644
index 000000000..cf816f2ac
--- /dev/null
+++ b/thirdparty/licenses/rapidyaml_v0.5.0.LICENSE
@@ -0,0 +1,26 @@
+================================================================================
+Software Name: rapidyaml
+Version: 0.5.0
+URL: https://github.com/biojppm/rapidyaml/blob/master/LICENSE.txt
+===========================================================================================
+MIT License
+
+Copyright (c) 2018, Joao Paulo Magalhaes <[email protected]>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff --git a/thirdparty/licenses/rapidyaml_v0.5.0.tps b/thirdparty/licenses/rapidyaml_v0.5.0.tps
new file mode 100644
index 000000000..8523dcbcf
--- /dev/null
+++ b/thirdparty/licenses/rapidyaml_v0.5.0.tps
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <Name>rapidyaml</Name>
+ <!-- Software Name and Version -->
+<!-- Software Name: rapidyaml
+ Version: 0.5.0 -->
+ <Location>https://github.com/EpicGames/zen</Location>
+ <Function>The library parses text files in the YAML format, it can also generate said text file format</Function>
+ <Eula>https://github.com/biojppm/rapidyaml/blob/master/LICENSE.txt</Eula>
+ <RedistributeTo>
+ <EndUserGroup>Licencees</EndUserGroup>
+ <EndUserGroup>P4</EndUserGroup>
+ <EndUserGroup>Git</EndUserGroup>
+ </RedistributeTo>
+ <LicenseFolder>/Engine/Source/ThirdParty/Licenses</LicenseFolder>
+</TpsData>
+
+
+
+ \ No newline at end of file