admin管理员组

文章数量:1650768

package cn.tongdun.robot.web;

import com.alibaba.fastjson.JSON;

import com.alibaba.fastjson.TypeReference;

import com.alibaba.fastjson.parser.Feature;

import java.util.List;

/**

* @author hello

* @date 2019-10-18 13:46

* @description

*/

public class Hello {

public static void main(String[] args) {

String str = "[\n" +

" {\n" +

" \"type\": \"SEND\",\n" +

" \"dataMapping\": {\n" +

" \"userid\": \"account\",\n" +

" \"ts\": \"ts\",\n" +

" \"sign\": \"sign\",\n" +

" \"mobile\": \"taskItem.mobile\",\n" +

" \"msgcontent\": \"taskItem.content\",\n" +

" \"time\": \"taskItem.scheduleTime\",\n" +

" \"URL\": \"http://1.1.1.1:8081/api/sms/send\",\n" +

" \"password\": \"password\"\n" +

" },\n" +

" \"maxSendCount\": \"1000\",\n" +

" \"tps\": \"50\"

本文标签: 字段JavaFastJsonOrderedField