- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我正在为 GoLang 应用程序 ( http://hoverfly.io/ ) 编写中间件,但遇到了一些问题。
这个概念很简单。 Golang 将 JSON 输入传递到我的 Java 中间件,然后我的中间件将修改后的 json 输出返回到 Golang 应用程序。
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
import org.json.JSONObject;
public class mid
{
static String payload ="";
public static void main (String[] args) throws Exception
{
try {
@SuppressWarnings("resource")
Scanner scanner = new Scanner(System.in);
payload = scanner.nextLine();
JSONObject obj = new JSONObject(payload);
JSONObject response = obj.getJSONObject("response");
response.remove("status");
response.put("status", "500");
String newjson = obj.toString();
write (newjson);
System.out.print(obj);
} catch (Exception e) {
e.printStackTrace();
}
}
}
然后我运行程序:
./hoverfly -middleware "java -jar mid.jar"
我程序的 JSON 输入是这样的:
{"response":{"status":200,"body":"\u003c?xml version=\"1.0\"?\u003e\u003cpathList xmlns:xlink=\"http://www.w3.org/1999/xlink\"\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/0/\"\u003e0\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/1/\"\u003e1\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/3/\"\u003e3\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/4/\"\u003e4\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/5/\"\u003e5\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/6/\"\u003e6\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/7/\"\u003e7\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/8/\"\u003e8\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/9/\"\u003e9\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/10/\"\u003e10\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/11/\"\u003e11\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/12/\"\u003e12\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/13/\"\u003e13\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/14/\"\u003e14\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/15/\"\u003e15\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/16/\"\u003e16\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/17/\"\u003e17\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/18/\"\u003e18\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/19/\"\u003e19\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/20/\"\u003e20\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/21/\"\u003e21\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/22/\"\u003e22\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/23/\"\u003e23\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/25/\"\u003e25\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/26/\"\u003e26\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/27/\"\u003e27\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/28/\"\u003e28\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/29/\"\u003e29\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/30/\"\u003e30\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/31/\"\u003e31\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/32/\"\u003e32\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/33/\"\u003e33\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/34/\"\u003e34\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/35/\"\u003e35\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/36/\"\u003e36\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/37/\"\u003e37\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/38/\"\u003e38\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/39/\"\u003e39\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/40/\"\u003e40\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/41/\"\u003e41\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/42/\"\u003e42\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/43/\"\u003e43\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/44/\"\u003e44\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/45/\"\u003e45\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/46/\"\u003e46\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/47/\"\u003e47\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/48/\"\u003e48\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/49/\"\u003e49\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/50/\"\u003e50\u003c/path\u003e\n \u003cpath xlink:href=\"http://www.testapi.com/endpoint/path/5555/\"\u003e5555\u003c/path\u003e\n\u003c/pathList\u003e","encodedBody":false,"headers":{"Content-Length":["4580"],"Content-Type":["application/xml"],"Date":["Fri, 02 Sep 2016 11:31:17 GMT"],"Hoverfly":["Was-Here"],"Server":["Apache-Coyote/1.1"]}},"request":{"requestType":"recording","path":"/endpoint/path/","method":"GET","destination":"www.testapi.com","scheme":"http","query":"","body":"","headers":{"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-US,sv-SE;q=0.8,sv;q=0.5,en;q=0.3"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0"]}}}
然后发送到 hoverfly 的输出是这样的:
{"response":{"headers":{"Hoverfly":["Was-Here"],"Date":["Fri, 02 Sep 2016 11:31:17 GMT"],"Content-Length":["4580"],"Content-Type":["application/xml"],"Server":["Apache-Coyote/1.1"]},"body":"<?xml version=\"1.0\"?><endpointList xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <endpoint xlink:href=\"http://testapi/path/endpoint/0/\">0<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/1/\">1<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/3/\">3<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/4/\">4<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/5/\">5<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/6/\">6<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/7/\">7<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/8/\">8<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/9/\">9<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/10/\">10<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/11/\">11<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/12/\">12<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/13/\">13<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/14/\">14<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/15/\">15<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/16/\">16<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/17/\">17<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/18/\">18<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/19/\">19<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/20/\">20<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/21/\">21<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/22/\">22<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/23/\">23<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/25/\">25<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/26/\">26<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/27/\">27<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/28/\">28<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/29/\">29<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/30/\">30<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/31/\">31<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/32/\">32<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/33/\">33<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/34/\">34<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/35/\">35<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/36/\">36<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/37/\">37<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/38/\">38<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/39/\">39<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/40/\">40<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/41/\">41<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/42/\">42<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/43/\">43<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/44/\">44<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/45/\">45<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/46/\">46<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/47/\">47<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/48/\">48<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/49/\">49<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/50/\">50<\/endpoint>\n <endpoint xlink:href=\"http://testapi/path/endpoint/5555/\">5555<\/endpoint>\n<\/endpointList>","status":"500","encodedBody":false},"request":{"headers":{"Accept-Language":["en-US,sv-SE;q=0.8,sv;q=0.5,en;q=0.3"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0"],"Connection":["keep-alive"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"]},"body":"","scheme":"http","query":"","path":"/path/endpoint/","method":"GET","requestType":"recording","destination":"testapi"}}
但是,当我运行它时,出现错误:
"error":"json: cannot unmarshal string into Go value of type int","level":"error","msg":"Failed to unmarshal JSON
Go 是否需要某种特殊的 JSON 格式或者可能是什么问题?
感谢所有帮助。
最佳答案
错误消息说无法将字符串解码为 int 类型的 Go 值
。这意味着当 Go 期望它是 int
时,您发送的是 string
。
Go 代码正在尝试使用 this 解码 JSON定义
解决方案:
"status":"500"
应作为 "status":500
尝试
response.put("status", 500);
关于java - Golang/Java 无法从中间件中解码 JSON,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39319481/
我有以下 json: {"results": [{"columns":["room_id","player_name","player_ip"], "types":["integer","text
我在 go 中获取格式不一致的 JSON 文件。例如,我可以有以下内容: {"email": "\"blah.blah@blah.com\""} {"email": "robert@gmail.com
JavaScript中有JSON编码/解码base64编码/解码函数吗? 最佳答案 是的,btoa() 和 atob() 在某些浏览器中可以工作: var enc = btoa("this is so
我在其中一个项目中使用了 Encog,但在解码 One-Of Class 时卡住了。该字段的规范化操作之一是 NormalizationAction.OneOf,它具有三个输出。当我评估时,我想解码预
在我的 previous question关于使用 serialize() 创建对象的 CSV 我从 jmoy 那里得到了一个很好的答案,他推荐了我的序列化文本的 base64 编码。这正是我要找的。
有些事情让我感到困惑 - 为什么 this image在每个浏览器中显示不同? IE9(和 Windows 照片查看器)中的图像: Firefox(和 Photoshop)中的图像: Chrome(和
是否可以在不知道它的类型( JAXBContext.newInstance(clazz) )的情况下解码一个类,或者什么是测试即将到来的正确方法? 我确实收到了从纯文本中解码的消息 - 字符串 传入的
我正在尝试使用 openSSL 库进行 Base64 解码,然后使用 CMS 来验证签名。 下面的代码总是将缓冲区打印为 NULL。 char signed_data[] = "MIIO"; int
我有一个带有 SEL 类型实例变量的类,它是对选择器的引用。在encodeWithCoder/initWithCoder中,如何编码/解码这种类型的变量? 最佳答案 您可以使用 NSStringFro
var url = 'http://www.googleapis.com/customsearch/v1?q=foo&searchType=image'; window.fetch(url) .t
我想知道Android 2.2、2.3和3,4支持的音频/视频格式列表。我也想知道哪些Android版本支持视频编码和解码。我经历了this link,但是关于编码和解码我并不清楚。 任何人的回答都是
我在其中一个项目中使用 Encog,但在解码 One-Of 类时遇到了困难。该字段的规范化操作之一是 NormalizationAction.OneOf,它具有三个输出。当我评估时,我想解码预测值。如
我正在尝试解码现有的 xml 文件,以便我可以正确处理数据,但 XML 结构看起来很奇怪。下面是 xml 示例以及我创建的对象。 11 266 AA1001 1
对 unicode 字符进行 URL 编码的常用方法是将其拆分为 2 %HH 代码。 (\u4161 => %41%61) 但是,unicode在解码时是如何区分的呢?您如何知道 %41%61 是 \
我正在尝试将 json 字符串解码为 Map。 我知道有很多这样的问题,但我需要非常具体的格式。例如,我有 json 字符串: { "map": { "a": "b",
我有一个查询,我认为需要像这样(解码会更大) SELECT firstName, lastName, decode(mathMrk, 80, 'A', mathMrk) as decodeMat
我知道PHP函数encode()和decode(),它们对我来说工作得很好,但我想在url中传递编码字符串,但encode确实返回特殊字符,如“=”、“”' “等等...... 这显然会破坏我的脚本,
我必须解码 Basic bW9uTG9naW46bW9uTW90RGVQYXNz 形式的 http 请求的授权 header 当我解码它时online ,我得到了正确的结果 monLogin:monM
这个问题已经有答案了: Decode Base64 data in Java (21 个回答) 已关闭 8 年前。 我想知道使用哪个库进行 Base64 编码/解码?我需要此功能足够稳定以供生产使用。
我正在尝试从 Arduino BT 解码 []byte,我的连接完美,问题是当我尝试解码数组时。我得到的只是这个字符�(发送的字节数相同)我认为问题出在解码上。我尝试使用 ASCII 字符集,但仍然存
我是一名优秀的程序员,十分优秀!