From db74d6f93404ab1ad2228879d12bb8837b1a39d7 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 21:02:45 +0000 Subject: [PATCH] AppVeyor Publish: cdd4a1666e9b3634a8fdb750f820f2e7acd6da15 v0.19.0 Blog Post --- api/LitJson/ExporterFunc_1/index.html | 8 +- api/LitJson/IJsonWrapper/index.html | 18 +- api/LitJson/ImporterFunc_2/index.html | 8 +- api/LitJson/JsonData/index.html | 8 +- api/LitJson/JsonException/index.html | 8 +- api/LitJson/JsonMapper/index.html | 8 +- api/LitJson/JsonMockWrapper/index.html | 8 +- api/LitJson/JsonReader/index.html | 8 +- api/LitJson/JsonToken/index.html | 8 +- api/LitJson/JsonType/index.html | 8 +- api/LitJson/JsonWriter/index.html | 8 +- api/LitJson/WrapperFactory/index.html | 8 +- api/LitJson/index.html | 48 ++-- assets/js/searchIndex.js | 88 +++---- blog/2007/08/first-release.html | 1 + blog/2007/08/litjson-v0.3.0-released.html | 1 + blog/2007/10/litjson-v0.5.0-released.html | 1 + blog/2013/04/litjson-v0.7.0-released.html | 1 + blog/2014/09/litjson-v0.9.0-released.html | 1 + blog/2017/12/new-org-and-site.html | 1 + blog/2018/01/litjson-v0.10.0-released.html | 1 + blog/2018/01/litjson-v0.11.0-released.html | 1 + blog/2018/01/litjson-v0.12.0-released.html | 1 + blog/2018/05/litjson-v0.13.0-released.html | 1 + blog/2019/09/litjson-v0.14.0-released.html | 1 + blog/2019/10/litjson-v0.15.0-released.html | 1 + blog/2020/01/litjson-0.16.0-released.html | 1 + blog/2021/01/litjson-v0.17.0-released.html | 1 + blog/2022/03/litjson-v0.18.0-released.html | 1 + blog/2023/11/litjson-v0.19.0-released.html | 280 +++++++++++++++++++++ blog/Announcements/index.html | 1 + blog/Release-Notes/index.html | 41 +-- blog/Release-Notes/page2.html | 29 +-- blog/Release-Notes/page3.html | 15 ++ blog/archive/2007/08/index.html | 1 + blog/archive/2007/10/index.html | 1 + blog/archive/2007/index.html | 1 + blog/archive/2013/04/index.html | 1 + blog/archive/2013/index.html | 1 + blog/archive/2014/09/index.html | 1 + blog/archive/2014/index.html | 1 + blog/archive/2017/12/index.html | 1 + blog/archive/2017/index.html | 1 + blog/archive/2018/01/index.html | 1 + blog/archive/2018/05/index.html | 1 + blog/archive/2018/index.html | 1 + blog/archive/2019/09/index.html | 1 + blog/archive/2019/10/index.html | 1 + blog/archive/2019/index.html | 1 + blog/archive/2020/01/index.html | 1 + blog/archive/2020/index.html | 1 + blog/archive/2021/01/index.html | 1 + blog/archive/2021/index.html | 1 + blog/archive/2022/03/index.html | 1 + blog/archive/2022/index.html | 1 + blog/archive/2023/11/index.html | 246 ++++++++++++++++++ blog/archive/2023/index.html | 246 ++++++++++++++++++ blog/author/devlead/index.html | 41 +-- blog/author/devlead/page2.html | 30 +-- blog/author/devlead/page3.html | 235 +++++++++++++++++ blog/author/lbv/index.html | 1 + blog/index.html | 78 ++++-- blog/page2.html | 29 +-- blog/page3.html | 30 +-- blog/page4.html | 235 +++++++++++++++++ feed.atom | 72 +++++- feed.rss | 72 +++++- index.html | 4 +- 68 files changed, 1732 insertions(+), 231 deletions(-) create mode 100644 blog/2023/11/litjson-v0.19.0-released.html create mode 100644 blog/archive/2023/11/index.html create mode 100644 blog/archive/2023/index.html create mode 100644 blog/author/devlead/page3.html create mode 100644 blog/page4.html diff --git a/api/LitJson/ExporterFunc_1/index.html b/api/LitJson/ExporterFunc_1/index.html index 1585237..bd903c0 100644 --- a/api/LitJson/ExporterFunc_1/index.html +++ b/api/LitJson/ExporterFunc_1/index.html @@ -141,6 +141,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -148,10 +152,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/IJsonWrapper/index.html b/api/LitJson/IJsonWrapper/index.html index 8b791df..c603e1f 100644 --- a/api/LitJson/IJsonWrapper/index.html +++ b/api/LitJson/IJsonWrapper/index.html @@ -141,6 +141,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -148,10 +152,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • @@ -201,8 +201,8 @@

    IJsonWrapper Interface

    Implementing Types
    @@ -216,10 +216,10 @@

    IJsonWrapper Interface

    Interface3["IOrderedDictionary"]-.->Type Type["IJsonWrapper"] class Type type-node - Type-.->Implementing0["JsonData"] - click Implementing0 "/api/LitJson/JsonData" - Type-.->Implementing1["JsonMockWrapper"] - click Implementing1 "/api/LitJson/JsonMockWrapper" + Type-.->Implementing0["JsonMockWrapper"] + click Implementing0 "/api/LitJson/JsonMockWrapper" + Type-.->Implementing1["JsonData"] + click Implementing1 "/api/LitJson/JsonData" diff --git a/api/LitJson/ImporterFunc_2/index.html b/api/LitJson/ImporterFunc_2/index.html index a758dd3..ae29c24 100644 --- a/api/LitJson/ImporterFunc_2/index.html +++ b/api/LitJson/ImporterFunc_2/index.html @@ -141,6 +141,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -148,10 +152,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonData/index.html b/api/LitJson/JsonData/index.html index 5574a0f..8abb446 100644 --- a/api/LitJson/JsonData/index.html +++ b/api/LitJson/JsonData/index.html @@ -143,6 +143,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -150,10 +154,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonException/index.html b/api/LitJson/JsonException/index.html index af76620..3a822b8 100644 --- a/api/LitJson/JsonException/index.html +++ b/api/LitJson/JsonException/index.html @@ -140,6 +140,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -147,10 +151,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonMapper/index.html b/api/LitJson/JsonMapper/index.html index 023ca4b..c121482 100644 --- a/api/LitJson/JsonMapper/index.html +++ b/api/LitJson/JsonMapper/index.html @@ -140,6 +140,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -147,10 +151,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonMockWrapper/index.html b/api/LitJson/JsonMockWrapper/index.html index 699abbf..bb58abb 100644 --- a/api/LitJson/JsonMockWrapper/index.html +++ b/api/LitJson/JsonMockWrapper/index.html @@ -141,6 +141,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -148,10 +152,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonReader/index.html b/api/LitJson/JsonReader/index.html index add11b2..31ea00d 100644 --- a/api/LitJson/JsonReader/index.html +++ b/api/LitJson/JsonReader/index.html @@ -142,6 +142,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -149,10 +153,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonToken/index.html b/api/LitJson/JsonToken/index.html index 6d70cd7..a05857e 100644 --- a/api/LitJson/JsonToken/index.html +++ b/api/LitJson/JsonToken/index.html @@ -140,6 +140,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -147,10 +151,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonType/index.html b/api/LitJson/JsonType/index.html index f1bec19..f35b3e0 100644 --- a/api/LitJson/JsonType/index.html +++ b/api/LitJson/JsonType/index.html @@ -140,6 +140,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -147,10 +151,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/JsonWriter/index.html b/api/LitJson/JsonWriter/index.html index 228c6b4..0573e94 100644 --- a/api/LitJson/JsonWriter/index.html +++ b/api/LitJson/JsonWriter/index.html @@ -142,6 +142,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -149,10 +153,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/WrapperFactory/index.html b/api/LitJson/WrapperFactory/index.html index 1ed4564..ed5a4df 100644 --- a/api/LitJson/WrapperFactory/index.html +++ b/api/LitJson/WrapperFactory/index.html @@ -140,6 +140,10 @@
  • Namespace
  • LitJson
  • +
  • Delegate Types
  • +
  • ExporterFunc<T>
  • +
  • ImporterFunc<TJson, TValue>
  • +
  • WrapperFactory
  • Class Types
  • JsonData
  • JsonException
  • @@ -147,10 +151,6 @@
  • JsonMockWrapper
  • JsonReader
  • JsonWriter
  • -
  • Delegate Types
  • -
  • ExporterFunc<T>
  • -
  • ImporterFunc<TJson, TValue>
  • -
  • WrapperFactory
  • Enum Types
  • JsonToken
  • JsonType
  • diff --git a/api/LitJson/index.html b/api/LitJson/index.html index 3996575..f06881a 100644 --- a/api/LitJson/index.html +++ b/api/LitJson/index.html @@ -77,8 +77,8 @@