[
https://issues.apache.org/jira/browse/COCOON3-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144972#comment-13144972
]
Andre Juffer commented on COCOON3-77:
-------------------------------------
# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -126,7 +126,16 @@
<artifactId>jaxb-impl</artifactId>
<optional>true</optional>
</dependency>
-
+ <dependency>
+ <groupId>org.apache.cocoon</groupId>
+ <artifactId>cocoon-serializers-charsets</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20090211</version>
+ </dependency>
<!-- Test libraries -->
<dependency>
<groupId>junit</groupId>
> Text and JSON serializers
> -------------------------
>
> Key: COCOON3-77
> URL: https://issues.apache.org/jira/browse/COCOON3-77
> Project: Cocoon 3
> Issue Type: Improvement
> Components: cocoon-optional
> Affects Versions: 3.0.0-alpha-3
> Reporter: Andre Juffer
> Priority: Minor
> Attachments: EncodingJsonSerializer.java,
> EncodingTextSerializer.java, JsonSerializer.java, TextEncoder.java,
> TextSerializer.java, pom.xml, tribc-cocoon-3.xml
>
>
> Serveral classes have been created for serializing text and JSON in the
> sitemap. The JsonSerializer also checks whether the JSON text actually is
> valid. The organization of the classes follows the encoding serializers (such
> as the EncodingHTMLSerializer).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira